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