pub enum KeyPressResult {
Handled,
Stop,
Continue,
}
Variants§
Auto Trait Implementations§
impl Freeze for KeyPressResult
impl RefUnwindSafe for KeyPressResult
impl Send for KeyPressResult
impl Sync for KeyPressResult
impl Unpin for KeyPressResult
impl UnwindSafe for KeyPressResult
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