pub struct Reader<'buf> { /* private fields */ }Expand description
The buffer reader.
In this implementation it is not required to be used directly, use the decoder type instead.
Auto Trait Implementations§
impl<'buf> Freeze for Reader<'buf>
impl<'buf> RefUnwindSafe for Reader<'buf>
impl<'buf> Send for Reader<'buf>
impl<'buf> Sync for Reader<'buf>
impl<'buf> Unpin for Reader<'buf>
impl<'buf> UnwindSafe for Reader<'buf>
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