pub struct State<B, R>{ /* private fields */ }
Expand description
A convenience struct which stores the internal state of an Decoder
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B, R> Freeze for State<B, R>
impl<B, R> RefUnwindSafe for State<B, R>where
R: RefUnwindSafe,
B: RefUnwindSafe,
impl<B, R> Send for State<B, R>
impl<B, R> Sync for State<B, R>
impl<B, R> Unpin for State<B, R>
impl<B, R> UnwindSafe for State<B, R>where
R: UnwindSafe,
B: 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