Enum nvim_rs::uioptions::UiOption[][src]

pub enum UiOption {
    Rgb(bool),
    ExtPopupmenu(bool),
    ExtTabline(bool),
    ExtCmdline(bool),
    ExtWildmenu(bool),
    ExtLinegrid(bool),
    ExtHlstate(bool),
    ExtMultigrid(bool),
    ExtMessages(bool),
    ExtTermcolors(bool),
}

Variants

Rgb(bool)

Tuple Fields

0: bool

ExtPopupmenu(bool)

Tuple Fields

0: bool

ExtTabline(bool)

Tuple Fields

0: bool

ExtCmdline(bool)

Tuple Fields

0: bool

ExtWildmenu(bool)

Tuple Fields

0: bool

ExtLinegrid(bool)

Tuple Fields

0: bool

ExtHlstate(bool)

Tuple Fields

0: bool

ExtMultigrid(bool)

Tuple Fields

0: bool

ExtMessages(bool)

Tuple Fields

0: bool

ExtTermcolors(bool)

Tuple Fields

0: bool

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.