pub struct UTF32Decoder { /* private fields */ }Trait Implementations§
Source§impl Decoder for UTF32Decoder
impl Decoder for UTF32Decoder
Auto Trait Implementations§
impl Freeze for UTF32Decoder
impl RefUnwindSafe for UTF32Decoder
impl Send for UTF32Decoder
impl Sync for UTF32Decoder
impl Unpin for UTF32Decoder
impl UnwindSafe for UTF32Decoder
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