pub struct KeySpecification {
pub begin_search: BeginSearch,
pub find_keys: FindKeys,
pub flags: Vec<String>,
pub notes: String,
}
Expand description
Key specifications of a command for the command
command.
Fields§
§begin_search: BeginSearch
§find_keys: FindKeys
§flags: Vec<String>
§notes: String
Trait Implementations§
Source§impl Clone for KeySpecification
impl Clone for KeySpecification
Source§fn clone(&self) -> KeySpecification
fn clone(&self) -> KeySpecification
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KeySpecification
impl Debug for KeySpecification
Source§impl FromValue for KeySpecification
impl FromValue for KeySpecification
Auto Trait Implementations§
impl Freeze for KeySpecification
impl RefUnwindSafe for KeySpecification
impl Send for KeySpecification
impl Sync for KeySpecification
impl Unpin for KeySpecification
impl UnwindSafe for KeySpecification
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