pub struct FocusKeys;Expand description
Default key bindings when focused. Also handles all events that are MouseOnly.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FocusKeys
impl RefUnwindSafe for FocusKeys
impl Send for FocusKeys
impl Sync for FocusKeys
impl Unpin for FocusKeys
impl UnwindSafe for FocusKeys
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