struct ZipArchive(Archive);
Expand description
Wrapper type for Archive
Tuple Fields§
§0: Archive
Auto Trait Implementations§
impl Freeze for ZipArchive
impl RefUnwindSafe for ZipArchive
impl Send for ZipArchive
impl Sync for ZipArchive
impl Unpin for ZipArchive
impl UnwindSafe for ZipArchive
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