#[repr(C)]pub struct zip_file { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for zip_file
impl RefUnwindSafe for zip_file
impl Send for zip_file
impl Sync for zip_file
impl Unpin for zip_file
impl UnwindSafe for zip_file
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