pub struct Postcard;
Trait Implementations§
Source§impl DataAnchorEncoding for Postcard
impl DataAnchorEncoding for Postcard
impl Copy for Postcard
Auto Trait Implementations§
impl Freeze for Postcard
impl RefUnwindSafe for Postcard
impl Send for Postcard
impl Sync for Postcard
impl Unpin for Postcard
impl UnwindSafe for Postcard
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