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)
ExtPopupmenu(bool)
ExtTabline(bool)
ExtCmdline(bool)
ExtWildmenu(bool)
ExtLinegrid(bool)
ExtHlstate(bool)
ExtMultigrid(bool)
ExtMessages(bool)
ExtTermcolors(bool)
Auto Trait Implementations
impl RefUnwindSafe for UiOption
impl Send for UiOption
impl Sync for UiOption
impl Unpin for UiOption
impl UnwindSafe for UiOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more