pub enum ReportImportanceLevel {
None,
Low,
Medium,
High,
}Variants§
Trait Implementations§
Source§impl Debug for ReportImportanceLevel
impl Debug for ReportImportanceLevel
Source§impl From<NaiveDateTime> for ReportImportanceLevel
impl From<NaiveDateTime> for ReportImportanceLevel
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 ReportImportanceLevel
impl RefUnwindSafe for ReportImportanceLevel
impl Send for ReportImportanceLevel
impl Sync for ReportImportanceLevel
impl Unpin for ReportImportanceLevel
impl UnwindSafe for ReportImportanceLevel
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