pub struct ZipArchiveMetadata { /* private fields */ }Expand description
Immutable metadata about a ZipArchive.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZipArchiveMetadata
impl RefUnwindSafe for ZipArchiveMetadata
impl Send for ZipArchiveMetadata
impl Sync for ZipArchiveMetadata
impl Unpin for ZipArchiveMetadata
impl UnwindSafe for ZipArchiveMetadata
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