Struct nvim_rs::uioptions::UiAttachOptions
source · [−]pub struct UiAttachOptions { /* private fields */ }
Implementations
sourceimpl UiAttachOptions
impl UiAttachOptions
pub fn set_rgb(&mut self, val: bool) -> &mut Self
pub fn set_tabline_external(&mut self, val: bool) -> &mut Self
pub fn set_cmdline_external(&mut self, val: bool) -> &mut Self
pub fn set_linegrid_external(&mut self, val: bool) -> &mut Self
pub fn set_hlstate_external(&mut self, val: bool) -> &mut Self
pub fn set_multigrid_external(&mut self, val: bool) -> &mut Self
pub fn set_messages_external(&mut self, val: bool) -> &mut Self
pub fn set_termcolors_external(&mut self, val: bool) -> &mut Self
sourceimpl UiAttachOptions
impl UiAttachOptions
pub fn new() -> UiAttachOptions
pub fn to_value_map(&self) -> Value
Trait Implementations
sourceimpl Default for UiAttachOptions
impl Default for UiAttachOptions
sourcefn default() -> UiAttachOptions
fn default() -> UiAttachOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for UiAttachOptions
impl Send for UiAttachOptions
impl Sync for UiAttachOptions
impl Unpin for UiAttachOptions
impl UnwindSafe for UiAttachOptions
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