Enum notifier_rs::notification_level::NotificationLevel[][src]

pub enum NotificationLevel {
    None,
    Good,
    Warning,
    Danger,
}

Variants

Trait Implementations

impl Clone for NotificationLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations