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

Menu to present suggestions in a columnar fashion It presents a description of the suggestion if available

Implementations

Menu builder with new name

Menu builder with new value for text style

Menu builder with new value for text style

Menu builder with new value for text style

Menu builder with new columns value

Menu builder with new column width value

Menu builder with new column width value

Menu builder with marker

Menu builder with new only buffer difference

Trait Implementations

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

Menu name

Menu indicator

Deactivates context menu

The columnar menu can to quick complete if there is only one element

The columnar menu can try to find the common string and replace it in the given line buffer

Selects what type of event happened with the menu

Updates menu values

The working details for the menu changes based on the size of the lines collected from the completer

The buffer gets replaced in the Span location

Minimum rows that should be displayed by the menu

Gets values from filler that will be displayed in the menu

Calculates the real required lines for the menu considering how many lines wrap the terminal or if entries have multiple lines Read more

Creates the menu representation as a string which will be painted by the painter

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.