pub enum ActionId {
Show 23 variants
ListDown,
ListUp,
ListSelect,
ListDone,
PaneReady,
PaneList,
PaneClaims,
PaneAgenda,
PaneSearch,
PaneNext,
DetailCycle,
ProjectCycle,
Search,
Add,
Claim,
Note,
StateCycle,
ConfirmDone,
ConfirmCancel,
Open,
CopyId,
Reload,
Help,
}Expand description
Dotted action id. HUD-shaped, remappable except reserved chords.
Variants§
ListDown
ListUp
ListSelect
ListDone
PaneReady
PaneList
PaneClaims
PaneAgenda
PaneSearch
PaneNext
DetailCycle
ProjectCycle
Search
Add
Claim
Note
StateCycle
ConfirmDone
ConfirmCancel
Open
CopyId
Reload
Help
Implementations§
Trait Implementations§
impl Copy for ActionId
impl Eq for ActionId
Source§impl Ord for ActionId
impl Ord for ActionId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ActionId
impl PartialOrd for ActionId
impl StructuralPartialEq for ActionId
Auto Trait Implementations§
impl Freeze for ActionId
impl RefUnwindSafe for ActionId
impl Send for ActionId
impl Sync for ActionId
impl Unpin for ActionId
impl UnsafeUnpin for ActionId
impl UnwindSafe for ActionId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.