pub struct PlainDecoder;Expand description
Plain decoder (fallback).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlainDecoder
impl RefUnwindSafe for PlainDecoder
impl Send for PlainDecoder
impl Sync for PlainDecoder
impl Unpin for PlainDecoder
impl UnsafeUnpin for PlainDecoder
impl UnwindSafe for PlainDecoder
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