pub struct KeySequenceBinding {
pub seq: KeySequence,
pub command: String,
}Expand description
Represents a readline key-sequence binding.
Fields§
§seq: KeySequenceKey sequence to bind
command: StringCommand to bind to the sequence
Trait Implementations§
Source§impl Clone for KeySequenceBinding
impl Clone for KeySequenceBinding
Source§fn clone(&self) -> KeySequenceBinding
fn clone(&self) -> KeySequenceBinding
Returns a copy 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 KeySequenceBinding
impl Debug for KeySequenceBinding
Source§impl PartialEq for KeySequenceBinding
impl PartialEq for KeySequenceBinding
impl StructuralPartialEq for KeySequenceBinding
Auto Trait Implementations§
impl Freeze for KeySequenceBinding
impl RefUnwindSafe for KeySequenceBinding
impl Send for KeySequenceBinding
impl Sync for KeySequenceBinding
impl Unpin for KeySequenceBinding
impl UnwindSafe for KeySequenceBinding
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