Struct rls_analysis::SymbolQuery[][src]

pub struct SymbolQuery { /* fields omitted */ }
Expand description

SymbolQuery specifies the preficate for filtering symbols by name.

All matching is case-insensitive. Filtering by prefix or by subsequence is supported, subsequence being a good default choice.

As the number of results might be huge, consider the limit hint, which serves as approximate limit on the number of results returned.

To implement async streaming/pagination, use greater_than together with limit.

Implementations

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.