Enum argparsnip::FilterType[][src]

pub enum FilterType {
    All,
    Any,
}
Expand description

How to match filters: All -> the filter passes if all are true Any -> the filter passes if any are true

Variants

All
Any

Trait Implementations

Returns the “default value” for a type. 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

Performs the conversion.

Performs the conversion.

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.