pub struct AirbenderCodecV0;Expand description
Initial codec based on bincode v2 with a fixed configuration.
Trait Implementations§
Source§impl AirbenderCodec for AirbenderCodecV0
impl AirbenderCodec for AirbenderCodecV0
Auto Trait Implementations§
impl Freeze for AirbenderCodecV0
impl RefUnwindSafe for AirbenderCodecV0
impl Send for AirbenderCodecV0
impl Sync for AirbenderCodecV0
impl Unpin for AirbenderCodecV0
impl UnwindSafe for AirbenderCodecV0
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