pub enum AssignmentImportanceLevel {
None,
Low,
Medium,
High,
}Variants§
Trait Implementations§
Source§impl Debug for AssignmentImportanceLevel
impl Debug for AssignmentImportanceLevel
Source§impl From<NaiveDateTime> for AssignmentImportanceLevel
impl From<NaiveDateTime> for AssignmentImportanceLevel
Source§fn from(date: NaiveDateTime) -> Self
fn from(date: NaiveDateTime) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AssignmentImportanceLevel
impl RefUnwindSafe for AssignmentImportanceLevel
impl Send for AssignmentImportanceLevel
impl Sync for AssignmentImportanceLevel
impl Unpin for AssignmentImportanceLevel
impl UnwindSafe for AssignmentImportanceLevel
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