pub enum FileTypeClass {
Supported,
Unsupported,
}Expand description
File-type classification for scanner cataloging (RFC-005 §5).
Variants§
Trait Implementations§
Source§impl Clone for FileTypeClass
impl Clone for FileTypeClass
Source§fn clone(&self) -> FileTypeClass
fn clone(&self) -> FileTypeClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FileTypeClass
Source§impl Debug for FileTypeClass
impl Debug for FileTypeClass
impl Eq for FileTypeClass
Source§impl PartialEq for FileTypeClass
impl PartialEq for FileTypeClass
Source§fn eq(&self, other: &FileTypeClass) -> bool
fn eq(&self, other: &FileTypeClass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileTypeClass
Auto Trait Implementations§
impl Freeze for FileTypeClass
impl RefUnwindSafe for FileTypeClass
impl Send for FileTypeClass
impl Sync for FileTypeClass
impl Unpin for FileTypeClass
impl UnsafeUnpin for FileTypeClass
impl UnwindSafe for FileTypeClass
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