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