[go: up one dir, main page]

Struct ignore::types::Types

source ·
pub struct Types { /* private fields */ }
Expand description

Types is a file type matcher.

Implementations

Creates a new file type matcher that never matches any path and contains no file type definitions.

Returns true if and only if this matcher has zero selections.

Returns the number of selections used in this matcher.

Return the set of current file type definitions.

Definitions and globs are sorted.

Returns a match for the given path against this file type matcher.

The path is considered whitelisted if it matches a selected file type. The path is considered ignored if it matches a negated file type. If at least one file type is selected and path doesn’t match, then the path is also considered ignored.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.