pub enum InputKeyCommand {
InputKey(InputKey),
AutomaticInput(AutomaticInput),
InputToggle(InputToggle),
}Variants§
Trait Implementations§
Source§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