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.
impl Eq for AssignmentImportanceLevel
impl StructuralPartialEq for AssignmentImportanceLevel
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
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.