Struct philipshue::hue::AppData [] [src]

pub struct AppData {
    pub version: i8,
    pub data: String,
}

App specific data linked to a scene

Fields

App specific version of the data field.

App specific data. Can be anything.

Trait Implementations

impl Clone for AppData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AppData
[src]

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

This method tests for !=.

impl Debug for AppData
[src]

Formats the value using the given formatter.

impl Default for AppData
[src]

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