pub enum KeyTrigger {
Key(AppKey),
AnyChar(AppModifiers),
HomeRowChar(AppModifiers),
}Variants§
Trait Implementations§
Source§impl Clone for KeyTrigger
impl Clone for KeyTrigger
Source§fn clone(&self) -> KeyTrigger
fn clone(&self) -> KeyTrigger
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 KeyTrigger
impl Debug for KeyTrigger
Source§impl PartialEq for KeyTrigger
impl PartialEq for KeyTrigger
impl Copy for KeyTrigger
impl Eq for KeyTrigger
impl StructuralPartialEq for KeyTrigger
Auto Trait Implementations§
impl Freeze for KeyTrigger
impl RefUnwindSafe for KeyTrigger
impl Send for KeyTrigger
impl Sync for KeyTrigger
impl Unpin for KeyTrigger
impl UnsafeUnpin for KeyTrigger
impl UnwindSafe for KeyTrigger
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