pub struct KeySpec { /* private fields */ }
Expand description
A struct that specify how to find keys from a command. It is devided into 2 parts:
- begin_search - indicate how to find the first command argument from where to start searching for keys.
- find_keys - the methose to use in order to find the keys.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeySpec
impl RefUnwindSafe for KeySpec
impl Send for KeySpec
impl Sync for KeySpec
impl Unpin for KeySpec
impl UnwindSafe for KeySpec
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