Enum wemo::subscriptions::NotificationType [] [src]

pub enum NotificationType {
    State {
        state: WemoState,
    },
}

Each type of supported notification. More may be added in the future.

Variants

Fields of State

Trait Implementations

impl Clone for NotificationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NotificationType
[src]

Formats the value using the given formatter.

impl PartialEq for NotificationType
[src]

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

This method tests for !=.