Struct ignore::types::FileTypeDef [] [src]

pub struct FileTypeDef { /* fields omitted */ }

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.

Methods

impl FileTypeDef
[src]

[src]

Return the name of this file type.

[src]

Return the globs used to recognize this file type.

Trait Implementations

impl Clone for FileTypeDef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FileTypeDef
[src]

[src]

Formats the value using the given formatter.

impl Eq for FileTypeDef
[src]

impl PartialEq for FileTypeDef
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.