pub struct SetKeymapOpts { /* private fields */ }
Expand description
Options passed to Buffer::set_keymap
and api::set_keymap
.
Implementations§
Source§impl SetKeymapOpts
impl SetKeymapOpts
Sourcepub fn builder() -> SetKeymapOptsBuilder
pub fn builder() -> SetKeymapOptsBuilder
Creates a new SetKeymapOptsBuilder
.
Trait Implementations§
Source§impl Clone for SetKeymapOpts
impl Clone for SetKeymapOpts
Source§fn clone(&self) -> SetKeymapOpts
fn clone(&self) -> SetKeymapOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SetKeymapOpts
impl Debug for SetKeymapOpts
Source§impl Default for SetKeymapOpts
impl Default for SetKeymapOpts
Source§fn default() -> SetKeymapOpts
fn default() -> SetKeymapOpts
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetKeymapOpts
impl PartialEq for SetKeymapOpts
impl StructuralPartialEq for SetKeymapOpts
Auto Trait Implementations§
impl Freeze for SetKeymapOpts
impl RefUnwindSafe for SetKeymapOpts
impl !Send for SetKeymapOpts
impl !Sync for SetKeymapOpts
impl Unpin for SetKeymapOpts
impl UnwindSafe for SetKeymapOpts
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