Struct neovim_lib::neovim::UiAttachOptions
source · [−]pub struct UiAttachOptions { /* private fields */ }Implementations
sourceimpl UiAttachOptions
impl UiAttachOptions
pub fn new() -> UiAttachOptions
pub fn set_rgb(&mut self, rgb: bool) -> &mut Self
pub fn set_tabline_external(&mut self, tabline_external: bool) -> &mut Self
pub fn set_cmdline_external(&mut self, cmdline_external: bool) -> &mut Self
pub fn set_linegrid_external(&mut self, linegrid_external: bool) -> &mut Self
pub fn set_hlstate_external(&mut self, hlstate_external: bool) -> &mut Self
pub fn set_termcolors_external(&mut self, termcolors_external: bool) -> &mut Self
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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