Struct wemo::subscriptions::Notification [] [src]

pub struct Notification {
    pub notification_type: NotificationType,
    pub subscription_key: String,
}

Individual subscription notifications.

Fields

Original device subscribed to, in "IP:PORT" form. Note that the port may have been changed by the Wemo device, and that the IP could differ if the router changed it.

Trait Implementations

impl Clone for Notification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Notification
[src]

Formats the value using the given formatter.

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 !=.