[][src]Struct keybase_protocol::protocol::keybase1::common::Device

pub struct Device {
    pub ty: Option<String>,
    pub name: Option<String>,
    pub deviceID: Option<DeviceID>,
    pub cTime: Option<Time>,
    pub mTime: Option<Time>,
    pub lastUsedTime: Option<Time>,
    pub encryptKey: Option<KID>,
    pub verifyKey: Option<KID>,
    pub status: Option<i32>,
}

Fields

ty: Option<String>name: Option<String>deviceID: Option<DeviceID>cTime: Option<Time>mTime: Option<Time>lastUsedTime: Option<Time>encryptKey: Option<KID>verifyKey: Option<KID>status: Option<i32>

Trait Implementations

impl Debug for Device[src]

impl Serialize for Device[src]

impl<'de> Deserialize<'de> for Device[src]

Auto Trait Implementations

impl Send for Device

impl Unpin for Device

impl Sync for Device

impl UnwindSafe for Device

impl RefUnwindSafe for Device

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]