pub struct LengthCodec<L>(/* private fields */);
Implementations§
Source§impl<L> LengthCodec<L>
impl<L> LengthCodec<L>
Trait Implementations§
Source§impl<L> Clone for LengthCodec<L>
impl<L> Clone for LengthCodec<L>
Source§impl<L> Debug for LengthCodec<L>
impl<L> Debug for LengthCodec<L>
Source§impl<L: Length> Decoder for LengthCodec<L>
impl<L: Length> Decoder for LengthCodec<L>
Source§impl<L> Default for LengthCodec<L>
impl<L> Default for LengthCodec<L>
Source§impl<L: Length> Encoder for LengthCodec<L>
impl<L: Length> Encoder for LengthCodec<L>
Source§impl<L> PartialEq for LengthCodec<L>
impl<L> PartialEq for LengthCodec<L>
Auto Trait Implementations§
impl<L> Freeze for LengthCodec<L>
impl<L> RefUnwindSafe for LengthCodec<L>where
L: RefUnwindSafe,
impl<L> Send for LengthCodec<L>where
L: Send,
impl<L> Sync for LengthCodec<L>where
L: Sync,
impl<L> Unpin for LengthCodec<L>where
L: Unpin,
impl<L> UnwindSafe for LengthCodec<L>where
L: UnwindSafe,
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