pub enum NvimCommand {
ToggleSidebar,
ShowProjectView,
Transparency(f64, f64),
PreferDarkTheme(bool),
}
Variants§
Auto Trait Implementations§
impl Freeze for NvimCommand
impl RefUnwindSafe for NvimCommand
impl Send for NvimCommand
impl Sync for NvimCommand
impl Unpin for NvimCommand
impl UnwindSafe for NvimCommand
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