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 for FileTypeDef
impl PartialEq for FileTypeDef
impl Eq for FileTypeDef
impl StructuralPartialEq for FileTypeDef
Auto Trait Implementations§
impl Freeze for FileTypeDef
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