pub struct CODEC { /* private fields */ }Expand description
Codec miscellaneous control
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CODEC
impl RefUnwindSafe for CODEC
impl !Sync for CODEC
impl Unpin for CODEC
impl UnwindSafe for CODEC
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