pub struct RawCodec;
Expand description
Raw codec.
Trait Implementations§
Source§impl Codec for RawCodec
impl Codec for RawCodec
Source§impl Ord for RawCodec
impl Ord for RawCodec
Source§impl PartialOrd for RawCodec
impl PartialOrd for RawCodec
impl Copy for RawCodec
impl Eq for RawCodec
impl StructuralPartialEq for RawCodec
Auto Trait Implementations§
impl Freeze for RawCodec
impl RefUnwindSafe for RawCodec
impl Send for RawCodec
impl Sync for RawCodec
impl Unpin for RawCodec
impl UnwindSafe for RawCodec
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