Enum ra_ap_hir_def::import_map::SearchMode[][src]

pub enum SearchMode {
    Equals,
    Contains,
    Fuzzy,
}
Expand description

A way to match import map contents against the search query.

Variants

Equals

Import map entry should strictly match the query string.

Contains

Import map entry should contain the query string.

Fuzzy

Import map entry should contain all letters from the query string, in the same order, but not necessary adjacent.

Trait Implementations

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

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.