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