pub enum UiOption {
RGB(bool),
ExtPopupmenu(bool),
ExtTabline(bool),
ExtCmdline(bool),
ExtWildmenu(bool),
ExtLinegrid(bool),
ExtHlstate(bool),
ExtTermcolors(bool),
}
Variants§
Auto Trait Implementations§
impl Freeze for UiOption
impl RefUnwindSafe for UiOption
impl Send for UiOption
impl Sync for UiOption
impl Unpin for UiOption
impl UnwindSafe for UiOption
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more