Struct bindet::FileTypeMatch [−][src]
pub struct FileTypeMatch { /* fields omitted */ }Expand description
Stores information about a specific FileType match result.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FileTypeMatch
impl Send for FileTypeMatch
impl Sync for FileTypeMatch
impl Unpin for FileTypeMatch
impl UnwindSafe for FileTypeMatch
Blanket Implementations
Mutably borrows from an owned value. Read more