pub struct DefaultHinter { /* private fields */ }
Expand description

A hinter that use the completions or the history to show a hint to the user

Similar to fish autosuggestins

Implementations

A builder that sets the style applied to the hint as part of the buffer

A builder that sets the number of characters that have to be present to enable history hints

Trait Implementations

Returns the “default value” for a type. Read more

Handle the hinting duty by using the line, position, and current history Read more

Return the current hint unformatted to perform the completion of the full hint

Return the first semantic token of the hint for incremental completion 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 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.