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