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