pub struct StateCounts {
pub proposed: i64,
pub ready: i64,
pub running: i64,
pub needs_input: i64,
pub review: i64,
pub waiting: i64,
pub stalled: i64,
pub done: i64,
}Expand description
Task counts by state, for the persistent header indicator (DESIGN.md §12). Parked and rejected tasks earn no field.
Fields§
§proposed: i64§ready: i64§running: i64§needs_input: i64§review: i64§waiting: i64§stalled: i64§done: i64Trait Implementations§
Source§impl Clone for StateCounts
impl Clone for StateCounts
Source§fn clone(&self) -> StateCounts
fn clone(&self) -> StateCounts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StateCounts
Source§impl Debug for StateCounts
impl Debug for StateCounts
Source§impl Default for StateCounts
impl Default for StateCounts
Source§fn default() -> StateCounts
fn default() -> StateCounts
Returns the “default value” for a type. Read more
impl Eq for StateCounts
Source§impl PartialEq for StateCounts
impl PartialEq for StateCounts
impl StructuralPartialEq for StateCounts
Auto Trait Implementations§
impl Freeze for StateCounts
impl RefUnwindSafe for StateCounts
impl Send for StateCounts
impl Sync for StateCounts
impl Unpin for StateCounts
impl UnsafeUnpin for StateCounts
impl UnwindSafe for StateCounts
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.