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