pub struct AsciiDecoder { /* private fields */ }Expand description
Streaming ASCII/meta decoder.
Implementations§
Trait Implementations§
Source§impl Clone for AsciiDecoder
impl Clone for AsciiDecoder
Source§fn clone(&self) -> AsciiDecoder
fn clone(&self) -> AsciiDecoder
Returns a duplicate of the value. Read more
1.0.0 · 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 AsciiDecoder
impl Debug for AsciiDecoder
Auto Trait Implementations§
impl Freeze for AsciiDecoder
impl RefUnwindSafe for AsciiDecoder
impl Send for AsciiDecoder
impl Sync for AsciiDecoder
impl Unpin for AsciiDecoder
impl UnwindSafe for AsciiDecoder
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