Struct hipchat_client::room::Notification [] [src]

pub struct Notification {
    pub color: Color,
    pub message: String,
    pub notify: bool,
    pub message_format: MessageFormat,
}

Fields

Trait Implementations

impl Debug for Notification
[src]

Formats the value using the given formatter.

impl Hash for Notification
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Notification
[src]

impl PartialEq for Notification
[src]

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

This method tests for !=.

impl Default for Notification
[src]

Returns the "default value" for a type. Read more