pub struct ZipFileType(/* private fields */);
Trait Implementations§
Source§impl Debug for ZipFileType
impl Debug for ZipFileType
Auto Trait Implementations§
impl Freeze for ZipFileType
impl RefUnwindSafe for ZipFileType
impl Send for ZipFileType
impl Sync for ZipFileType
impl Unpin for ZipFileType
impl UnwindSafe for ZipFileType
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