pub enum Chosen {
Dismiss(String),
Quit,
}Expand description
What somebody chose from the standing list.
Variants§
Dismiss(String)
Put down a trouble that has been read.
The one thing the standing list asks of anybody, and it is there because a list of things that cannot be acted on is furniture. It is also the only way an icon that has gone red gets to go back to blue, which is what makes the colour a statement rather than a decoration.
Quit
Leave, keeping every session recoverable, which is what interrupting the command line already does.
Trait Implementations§
impl Eq for Chosen
impl StructuralPartialEq for Chosen
Auto Trait Implementations§
impl Freeze for Chosen
impl RefUnwindSafe for Chosen
impl Send for Chosen
impl Sync for Chosen
impl Unpin for Chosen
impl UnsafeUnpin for Chosen
impl UnwindSafe for Chosen
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> 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.