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