pub struct UTF32Decoder { /* private fields */ }Trait Implementations§
Source§impl Decoder for UTF32Decoder
impl Decoder for UTF32Decoder
Source§impl Default for UTF32Decoder
impl Default for UTF32Decoder
Source§fn default() -> UTF32Decoder
fn default() -> UTF32Decoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UTF32Decoder
impl RefUnwindSafe for UTF32Decoder
impl Send for UTF32Decoder
impl Sync for UTF32Decoder
impl Unpin for UTF32Decoder
impl UnsafeUnpin 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