pub struct NullCodec;Expand description
A Null codec that can be used for paths that are only meant to be set/reset and do not hold any typed value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullCodec
impl RefUnwindSafe for NullCodec
impl Send for NullCodec
impl Sync for NullCodec
impl Unpin for NullCodec
impl UnwindSafe for NullCodec
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