pub struct Decoders { /* private fields */ }
Expand description
A collection of text decoders.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Decoders
impl RefUnwindSafe for Decoders
impl Send for Decoders
impl Sync for Decoders
impl Unpin for Decoders
impl UnwindSafe for Decoders
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