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 ==
.