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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
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 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