Struct async_codec_lite::LimitCodec
source · [−]pub struct LimitCodec<C: DecoderWithSkipAhead> { /* private fields */ }
Implementations
sourceimpl<C> LimitCodec<C> where
C: DecoderWithSkipAhead,
impl<C> LimitCodec<C> where
C: DecoderWithSkipAhead,
Trait Implementations
sourceimpl<C: Debug + DecoderWithSkipAhead> Debug for LimitCodec<C>
impl<C: Debug + DecoderWithSkipAhead> Debug for LimitCodec<C>
sourceimpl<C> Decoder for LimitCodec<C> where
C: DecoderWithSkipAhead,
impl<C> Decoder for LimitCodec<C> where
C: DecoderWithSkipAhead,
Auto Trait Implementations
impl<C> RefUnwindSafe for LimitCodec<C> where
C: RefUnwindSafe,
<C as DecoderWithSkipAhead>::Handler: RefUnwindSafe,
impl<C> Send for LimitCodec<C> where
C: Send,
<C as DecoderWithSkipAhead>::Handler: Send,
impl<C> Sync for LimitCodec<C> where
C: Sync,
<C as DecoderWithSkipAhead>::Handler: Sync,
impl<C> Unpin for LimitCodec<C> where
C: Unpin,
<C as DecoderWithSkipAhead>::Handler: Unpin,
impl<C> UnwindSafe for LimitCodec<C> where
C: UnwindSafe,
<C as DecoderWithSkipAhead>::Handler: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more