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

pub struct PublicKey {
    pub KID: Option<KID>,
    pub PGPFingerprint: Option<String>,
    pub PGPIdentities: Option<Vec<PGPIdentity>>,
    pub isSibkey: Option<bool>,
    pub isEldest: Option<bool>,
    pub parentID: Option<String>,
    pub deviceID: Option<DeviceID>,
    pub deviceDescription: Option<String>,
    pub deviceType: Option<String>,
    pub cTime: Option<Time>,
    pub eTime: Option<Time>,
    pub isRevoked: Option<bool>,
}

Fields

KID: Option<KID>PGPFingerprint: Option<String>PGPIdentities: Option<Vec<PGPIdentity>>isSibkey: Option<bool>isEldest: Option<bool>parentID: Option<String>deviceID: Option<DeviceID>deviceDescription: Option<String>deviceType: Option<String>cTime: Option<Time>eTime: Option<Time>isRevoked: Option<bool>

Trait Implementations

impl Debug for PublicKey[src]

impl Serialize for PublicKey[src]

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

Auto Trait Implementations

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]