pub enum StatusCategory {
Awarded,
Completed,
InProgress,
None,
}Expand description
Classification of a status_display() result.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StatusCategory
impl Clone for StatusCategory
Source§fn clone(&self) -> StatusCategory
fn clone(&self) -> StatusCategory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StatusCategory
impl Debug for StatusCategory
Source§impl PartialEq for StatusCategory
impl PartialEq for StatusCategory
impl Copy for StatusCategory
impl Eq for StatusCategory
impl StructuralPartialEq for StatusCategory
Auto Trait Implementations§
impl Freeze for StatusCategory
impl RefUnwindSafe for StatusCategory
impl Send for StatusCategory
impl Sync for StatusCategory
impl Unpin for StatusCategory
impl UnsafeUnpin for StatusCategory
impl UnwindSafe for StatusCategory
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