pub struct LimitCodec<C: DecoderWithSkipAhead> { /* private fields */ }
Implementations§
Source§impl<C> LimitCodec<C>where
C: DecoderWithSkipAhead,
impl<C> LimitCodec<C>where
C: DecoderWithSkipAhead,
Trait Implementations§
Source§impl<C: Debug + DecoderWithSkipAhead> Debug for LimitCodec<C>
impl<C: Debug + DecoderWithSkipAhead> Debug for LimitCodec<C>
Source§impl<C> Decoder for LimitCodec<C>where
C: DecoderWithSkipAhead,
impl<C> Decoder for LimitCodec<C>where
C: DecoderWithSkipAhead,
Auto Trait Implementations§
impl<C> Freeze for LimitCodec<C>
impl<C> RefUnwindSafe for LimitCodec<C>
impl<C> Send for LimitCodec<C>
impl<C> Sync for LimitCodec<C>
impl<C> Unpin for LimitCodec<C>
impl<C> UnwindSafe for LimitCodec<C>
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