Struct flxy::LineInfo[][src]

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

Parsed information about a line, ready to be searched by a SearchBase.

Implementations

Constructs a new LineInfo objects from the given item.

Factor is a “tie-breaker,” or something to weight the matches in a way beyond the matching already done in flx. The greater the factor, the more greatly matching favors the item.

Sets the factor for the line info

Changes the factor after the creation of the line

Gets the factor for the line info

Produces the factor for the line info

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.