pub struct NoCodec;Expand description
A codec that doesn’t support any formats.
Useful as a placeholder or for stores that only deal with parsed Values.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoCodec
impl RefUnwindSafe for NoCodec
impl Send for NoCodec
impl Sync for NoCodec
impl Unpin for NoCodec
impl UnsafeUnpin for NoCodec
impl UnwindSafe for NoCodec
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