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
active: bool
Whether or not this device is active.
Deleted devices show up as non-active.
created: f64
Creation timestamp in unix time.
iden: String
Device identifier - used for sending pushes.
modified: f64
Modified timestamp in unix time.
nickname: Option<String>
Nickname of device
Trait Implementations
impl Clone for Device[src]
impl Clone for Devicefn clone(&self) -> Device[src]
fn clone(&self) -> DeviceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Device[src]
impl Debug for Device