pub struct UTF16LEDecoder;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UTF16LEDecoder
impl RefUnwindSafe for UTF16LEDecoder
impl Send for UTF16LEDecoder
impl Sync for UTF16LEDecoder
impl Unpin for UTF16LEDecoder
impl UnwindSafe for UTF16LEDecoder
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