Enum openzwave::notification::NotificationCode [] [src]

pub enum NotificationCode {
    MsgComplete,
    Timeout,
    NoOperation,
    Awake,
    Sleep,
    Dead,
    Alive,
}

Variants

Methods

impl NotificationCode
[src]

Trait Implementations

impl Display for NotificationCode
[src]

Formats the value using the given formatter. Read more

impl Copy for NotificationCode
[src]

impl Debug for NotificationCode
[src]

Formats the value using the given formatter.

impl Clone for NotificationCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more