pub struct ZipDir<R: Read + Seek>(/* private fields */);
Expand description
DirLike implement for Zip file
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for ZipDir<R>where
R: Freeze,
impl<R> RefUnwindSafe for ZipDir<R>where
R: RefUnwindSafe,
impl<R> Send for ZipDir<R>where
R: Send,
impl<R> Sync for ZipDir<R>where
R: Sync,
impl<R> Unpin for ZipDir<R>where
R: Unpin,
impl<R> UnwindSafe for ZipDir<R>where
R: UnwindSafe,
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