pub struct Trouble {
pub id: String,
pub mood: Mood,
pub summary: String,
}Expand description
Something the icon has taken on a colour for, in words.
The icon says something is wrong; the menu says what, in one line, about a file the person recognises. Held rather than worked out from the sessions, because most of these are moments — a container that would not open leaves no session to re-read the trouble from.
Fields§
§id: StringWhat it is called when it is put down.
mood: MoodHow much colour it is worth.
summary: StringOne line, naming the file.
Trait Implementations§
impl Eq for Trouble
impl StructuralPartialEq for Trouble
Auto Trait Implementations§
impl Freeze for Trouble
impl RefUnwindSafe for Trouble
impl Send for Trouble
impl Sync for Trouble
impl Unpin for Trouble
impl UnsafeUnpin for Trouble
impl UnwindSafe for Trouble
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.