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