Struct philipshue::hue::WhitelistUser [] [src]

pub struct WhitelistUser {
    pub name: String,
    pub last_use_date: String,
    pub create_date: String,
}

A user in the whitelist of a Configuration

Fields

Name of the user. It's what you specify as devicetype when registering a user

Date this user was last used

Date this user was created

Trait Implementations

impl Clone for WhitelistUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WhitelistUser
[src]

Formats the value using the given formatter.