Struct ignore::types::FileTypeDef
source · pub struct FileTypeDef { /* private fields */ }
Expand description
A single file type definition.
File type definitions can be retrieved in aggregate from a file type matcher. File type definitions are also reported when its responsible for a match.
Implementations§
Trait Implementations§
source§impl Clone for FileTypeDef
impl Clone for FileTypeDef
source§fn clone(&self) -> FileTypeDef
fn clone(&self) -> FileTypeDef
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FileTypeDef
impl Debug for FileTypeDef
source§impl PartialEq<FileTypeDef> for FileTypeDef
impl PartialEq<FileTypeDef> for FileTypeDef
source§fn eq(&self, other: &FileTypeDef) -> bool
fn eq(&self, other: &FileTypeDef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FileTypeDef
impl StructuralEq for FileTypeDef
impl StructuralPartialEq for FileTypeDef
Auto Trait Implementations§
impl RefUnwindSafe for FileTypeDef
impl Send for FileTypeDef
impl Sync for FileTypeDef
impl Unpin for FileTypeDef
impl UnwindSafe for FileTypeDef
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