Struct reedline::DefaultHinter[][src]

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

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

Implementations

A builder for the default hinter that configures if the hint is shown inside the current line

A builder that will configure the completer used by this hinter

A builder that configures the history the hinter will use to hint, if in history mode

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

Trait Implementations

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

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

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.