pub struct IncrementalStringDecoder;Expand description
Incremental string decoder.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IncrementalStringDecoder
impl RefUnwindSafe for IncrementalStringDecoder
impl Send for IncrementalStringDecoder
impl Sync for IncrementalStringDecoder
impl Unpin for IncrementalStringDecoder
impl UnsafeUnpin for IncrementalStringDecoder
impl UnwindSafe for IncrementalStringDecoder
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