pub struct Bincode2;
Expand description
Use bincode2 for serialization.
Trait Implementations§
impl Copy for Bincode2
Auto Trait Implementations§
impl Freeze for Bincode2
impl RefUnwindSafe for Bincode2
impl Send for Bincode2
impl Sync for Bincode2
impl Unpin for Bincode2
impl UnwindSafe for Bincode2
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