pub struct FocusKeys;Expand description
Default key bindings when focused. Also handles all events that are MouseOnly.
Trait Implementations§
source§impl HandleEvent<Event, FocusKeys, ButtonOutcome> for ButtonState
 
impl HandleEvent<Event, FocusKeys, ButtonOutcome> for ButtonState
source§impl HandleEvent<Event, FocusKeys, Outcome> for TextInputState
 
impl HandleEvent<Event, FocusKeys, Outcome> for TextInputState
source§impl HandleEvent<Event, FocusKeys, Result<Outcome, Error>> for DateInputState
 
impl HandleEvent<Event, FocusKeys, Result<Outcome, Error>> for DateInputState
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