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