Enum notifier_rs::notification_level::NotificationLevel [−][src]
pub enum NotificationLevel {
None,
Good,
Warning,
Danger,
}Variants
NoneGoodWarningDanger
Trait Implementations
impl Clone for NotificationLevel[src]
impl Clone for NotificationLevelfn clone(&self) -> NotificationLevel[src]
fn clone(&self) -> NotificationLevelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for NotificationLevel
impl Send for NotificationLevelimpl Sync for NotificationLevel
impl Sync for NotificationLevel