pub struct Icu4xBlob {
postcard: &'static [u8],
}
Fields§
§postcard: &'static [u8]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Icu4xBlob
impl RefUnwindSafe for Icu4xBlob
impl Send for Icu4xBlob
impl Sync for Icu4xBlob
impl Unpin for Icu4xBlob
impl UnwindSafe for Icu4xBlob
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more