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