pub struct DecodingState { /* private fields */ }Expand description
Streaming decoding state for handling partial UTF-8 sequences.
Implementations§
Trait Implementations§
Source§impl Clone for DecodingState
impl Clone for DecodingState
Source§fn clone(&self) -> DecodingState
fn clone(&self) -> DecodingState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DecodingState
impl Debug for DecodingState
Source§impl Default for DecodingState
impl Default for DecodingState
Source§fn default() -> DecodingState
fn default() -> DecodingState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecodingState
impl RefUnwindSafe for DecodingState
impl Send for DecodingState
impl Sync for DecodingState
impl Unpin for DecodingState
impl UnsafeUnpin for DecodingState
impl UnwindSafe for DecodingState
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