pub struct NoopCodec;Expand description
A codec that should never be used. This is primarily a placeholder
Trait Implementations§
Source§impl<T> Codec<T> for NoopCodec
impl<T> Codec<T> for NoopCodec
Auto Trait Implementations§
impl Freeze for NoopCodec
impl RefUnwindSafe for NoopCodec
impl Send for NoopCodec
impl Sync for NoopCodec
impl Unpin for NoopCodec
impl UnwindSafe for NoopCodec
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