pub enum NotificationLevel {
Debug,
Info,
Warning,
Error,
Critical,
}Expand description
Notification levels equivelent to unraid’s
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NotificationLevel
impl Clone for NotificationLevel
Source§fn clone(&self) -> NotificationLevel
fn clone(&self) -> NotificationLevel
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 NotificationLevel
impl Debug for NotificationLevel
Source§impl Display for NotificationLevel
impl Display for NotificationLevel
Source§impl PartialEq for NotificationLevel
impl PartialEq for NotificationLevel
impl Copy for NotificationLevel
impl Eq for NotificationLevel
impl StructuralPartialEq for NotificationLevel
Auto Trait Implementations§
impl Freeze for NotificationLevel
impl RefUnwindSafe for NotificationLevel
impl Send for NotificationLevel
impl Sync for NotificationLevel
impl Unpin for NotificationLevel
impl UnwindSafe for NotificationLevel
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