pub enum Zip64ErrorCase {
TooManyFiles,
LargeFile,
}Variants§
Trait Implementations§
Source§impl Debug for Zip64ErrorCase
impl Debug for Zip64ErrorCase
Source§impl Display for Zip64ErrorCase
impl Display for Zip64ErrorCase
Source§impl PartialEq for Zip64ErrorCase
impl PartialEq for Zip64ErrorCase
impl Eq for Zip64ErrorCase
impl StructuralPartialEq for Zip64ErrorCase
Auto Trait Implementations§
impl Freeze for Zip64ErrorCase
impl RefUnwindSafe for Zip64ErrorCase
impl Send for Zip64ErrorCase
impl Sync for Zip64ErrorCase
impl Unpin for Zip64ErrorCase
impl UnwindSafe for Zip64ErrorCase
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