Struct nvim_oxi::opts::SetKeymapOpts
source · [−]pub struct SetKeymapOpts { /* private fields */ }Expand description
Options passed to Buffer::set_keymap
and api::set_keymap.
Implementations
sourceimpl SetKeymapOpts
impl SetKeymapOpts
sourcepub fn builder() -> SetKeymapOptsBuilder
pub fn builder() -> SetKeymapOptsBuilder
Creates a new SetKeymapOptsBuilder.
Trait Implementations
sourceimpl Clone for SetKeymapOpts
impl Clone for SetKeymapOpts
sourcefn clone(&self) -> SetKeymapOpts
fn clone(&self) -> SetKeymapOpts
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SetKeymapOpts
impl Debug for SetKeymapOpts
sourceimpl Default for SetKeymapOpts
impl Default for SetKeymapOpts
sourcefn default() -> SetKeymapOpts
fn default() -> SetKeymapOpts
Returns the “default value” for a type. Read more
sourceimpl PartialEq<SetKeymapOpts> for SetKeymapOpts
impl PartialEq<SetKeymapOpts> for SetKeymapOpts
sourcefn eq(&self, other: &SetKeymapOpts) -> bool
fn eq(&self, other: &SetKeymapOpts) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SetKeymapOpts) -> bool
fn ne(&self, other: &SetKeymapOpts) -> bool
This method tests for !=.
impl StructuralPartialEq for SetKeymapOpts
Auto Trait Implementations
impl RefUnwindSafe for SetKeymapOpts
impl !Send for SetKeymapOpts
impl !Sync for SetKeymapOpts
impl Unpin for SetKeymapOpts
impl UnwindSafe for SetKeymapOpts
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