Enum notify_rust::NotificationHint [] [src]

pub enum NotificationHint {
    ActionIcons(bool),
    Category(String),
    DesktopEntry(String),
    ImagePath(String),
    Resident(bool),
    SoundFile(String),
    SoundName(String),
    SuppressSound(bool),
    Transient(bool),
    X(i32),
    Y(i32),
    Urgency(NotificationUrgency),
    Custom(StringString),
}

Variants

Trait Implementations

impl Debug for NotificationHint
[src]

Formats the value using the given formatter.

impl Clone for NotificationHint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for NotificationHint
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialEq for NotificationHint
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for NotificationHint
[src]