pub struct ArchiveExtractor { /* private fields */ }Expand description
Archive extractor for handling ZIP input files
Implementations§
Source§impl ArchiveExtractor
impl ArchiveExtractor
Trait Implementations§
Source§impl Default for ArchiveExtractor
impl Default for ArchiveExtractor
Auto Trait Implementations§
impl Freeze for ArchiveExtractor
impl RefUnwindSafe for ArchiveExtractor
impl Send for ArchiveExtractor
impl Sync for ArchiveExtractor
impl Unpin for ArchiveExtractor
impl UnsafeUnpin for ArchiveExtractor
impl UnwindSafe for ArchiveExtractor
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