pub struct ZipFile { /* private fields */ }
Expand description
An immutable store of data about a ZIP file.
Implementations§
Trait Implementations§
Source§impl From<ZipFile> for ZipFileBuilder
impl From<ZipFile> for ZipFileBuilder
Source§impl From<ZipFileBuilder> for ZipFile
impl From<ZipFileBuilder> for ZipFile
Source§fn from(builder: ZipFileBuilder) -> Self
fn from(builder: ZipFileBuilder) -> Self
Converts to this type from the input type.
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