Enum zip_blitz::FileTypeKind
source · [−]pub enum FileTypeKind {
Wmv(Wmv),
Jpg(Jpg),
Archive(Archive),
}Variants
Wmv(Wmv)
Jpg(Jpg)
Archive(Archive)
Trait Implementations
sourceimpl Debug for FileTypeKind
impl Debug for FileTypeKind
sourceimpl PartialEq<FileTypeKind> for FileTypeKind
impl PartialEq<FileTypeKind> for FileTypeKind
sourcefn eq(&self, other: &FileTypeKind) -> bool
fn eq(&self, other: &FileTypeKind) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FileTypeKind) -> bool
fn ne(&self, other: &FileTypeKind) -> bool
This method tests for !=.
impl Eq for FileTypeKind
impl StructuralEq for FileTypeKind
impl StructuralPartialEq for FileTypeKind
Auto Trait Implementations
impl RefUnwindSafe for FileTypeKind
impl Send for FileTypeKind
impl Sync for FileTypeKind
impl Unpin for FileTypeKind
impl UnwindSafe for FileTypeKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.