pub enum AppIntent {
KeyPress(AppKey),
Pointer(AppPointerEvent),
Paste(String),
}Variants§
Trait Implementations§
impl Eq for AppIntent
impl StructuralPartialEq for AppIntent
Auto Trait Implementations§
impl Freeze for AppIntent
impl RefUnwindSafe for AppIntent
impl Send for AppIntent
impl Sync for AppIntent
impl Unpin for AppIntent
impl UnsafeUnpin for AppIntent
impl UnwindSafe for AppIntent
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