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