pub enum InputKeyCommand {
InputKey(InputKey),
AutomaticInput(AutomaticInput),
InputToggle(InputToggle),
}Variants§
Trait Implementations§
Source§impl Clone for InputKeyCommand
impl Clone for InputKeyCommand
Source§fn clone(&self) -> InputKeyCommand
fn clone(&self) -> InputKeyCommand
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 PartialEq for InputKeyCommand
impl PartialEq for InputKeyCommand
impl StructuralPartialEq for InputKeyCommand
Auto Trait Implementations§
impl Freeze for InputKeyCommand
impl RefUnwindSafe for InputKeyCommand
impl Send for InputKeyCommand
impl Sync for InputKeyCommand
impl Unpin for InputKeyCommand
impl UnwindSafe for InputKeyCommand
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