pub struct ZipFile { /* private fields */ }Expand description
An immutable store of data about a ZIP file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZipFile
impl RefUnwindSafe for ZipFile
impl Send for ZipFile
impl Sync for ZipFile
impl Unpin for ZipFile
impl UnwindSafe for ZipFile
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