pub struct RawArchive { /* private fields */ }Expand description
An open ZIP archive without a reader
Implementations§
Auto Trait Implementations§
impl Freeze for RawArchive
impl RefUnwindSafe for RawArchive
impl Send for RawArchive
impl Sync for RawArchive
impl Unpin for RawArchive
impl UnwindSafe for RawArchive
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