Enum tendril::stream::LossyDecoderInner
source · enum LossyDecoderInner<Sink, A>{
Utf8(Utf8LossyDecoder<Sink, A>),
EncodingRs(Decoder, Sink),
}
Variants§
Utf8(Utf8LossyDecoder<Sink, A>)
EncodingRs(Decoder, Sink)
Auto Trait Implementations§
impl<Sink, A> Freeze for LossyDecoderInner<Sink, A>where
Sink: Freeze,
impl<Sink, A> RefUnwindSafe for LossyDecoderInner<Sink, A>where
Sink: RefUnwindSafe,
A: RefUnwindSafe,
impl<Sink, A> Send for LossyDecoderInner<Sink, A>
impl<Sink, A> Sync for LossyDecoderInner<Sink, A>
impl<Sink, A> Unpin for LossyDecoderInner<Sink, A>
impl<Sink, A> UnwindSafe for LossyDecoderInner<Sink, A>where
Sink: UnwindSafe,
A: 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