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
Move the list cursor down.
ListUp
Move the list cursor up.
ListSelect
Open the selected issue.
ListDone
Toggle done on the selected issue.
PaneReady
Switch to the ready pane.
PaneList
Switch to the full list pane.
PaneClaims
Switch to the claims pane.
PaneAgenda
Switch to the agenda pane.
PaneSearch
Switch to the search pane.
PaneNext
Cycle to the next pane.
DetailCycle
Cycle the detail card.
ProjectCycle
Cycle the project filter.
Search
Focus the board search box.
Add
Create an issue.
Claim
Claim the selected issue.
Note
Append a note to the selected issue.
StateCycle
Cycle the selected issue’s state.
ConfirmDone
Confirm marking the selected issue done.
ConfirmCancel
Confirm cancelling the selected issue.
Open
Open the selected issue in an editor.
CopyId
Copy the selected issue id.
Reload
Reload the board from disk.
Help
Show the key help overlay.
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.