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