Struct rat_input::date_input::ConvenientKeys
source · pub struct ConvenientKeys;
Expand description
Add convenience keys:
h
- todaya
- January, 1ste
- December, 31stl
- first of last monthL
- last of last monthm
- first of this monthM
- last of this monthn
- first of next monthN
- last of next monthj
- add monthk
- subtract monthJ
- add yearK
- subtract year
Trait Implementations§
source§impl Debug for ConvenientKeys
impl Debug for ConvenientKeys
source§impl HandleEvent<Event, ConvenientKeys, Result<Outcome, Error>> for DateInputState
impl HandleEvent<Event, ConvenientKeys, Result<Outcome, Error>> for DateInputState
Auto Trait Implementations§
impl Freeze for ConvenientKeys
impl RefUnwindSafe for ConvenientKeys
impl Send for ConvenientKeys
impl Sync for ConvenientKeys
impl Unpin for ConvenientKeys
impl UnwindSafe for ConvenientKeys
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