pub enum NotificationLevel {
Info,
Warn,
Error,
}Variants§
Trait Implementations§
Source§impl Default for NotificationLevel
impl Default for NotificationLevel
Source§fn default() -> NotificationLevel
fn default() -> NotificationLevel
Returns the “default value” for a type. Read more
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