Struct pb_async::Device[][src]

pub struct Device {
    pub active: bool,
    pub created: f64,
    pub iden: String,
    pub modified: f64,
    pub nickname: Option<String>,
    // some fields omitted
}

PushBullet device

Fields

Whether or not this device is active.

Deleted devices show up as non-active.

Creation timestamp in unix time.

Device identifier - used for sending pushes.

Modified timestamp in unix time.

Nickname of device

Trait Implementations

impl Clone for Device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Device
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Device

impl Sync for Device