[][src]Struct keybase_protocol::protocol::keybase1::upk::UPKLiteV1

pub struct UPKLiteV1 {
    pub uid: Option<UID>,
    pub username: Option<String>,
    pub eldestSeqno: Option<Seqno>,
    pub status: Option<StatusCode>,
    pub deviceKeys: Option<HashMap<KID, PublicKeyV2NaCl>>,
    pub reset: Option<ResetSummary>,
}

Fields

uid: Option<UID>username: Option<String>eldestSeqno: Option<Seqno>status: Option<StatusCode>deviceKeys: Option<HashMap<KID, PublicKeyV2NaCl>>reset: Option<ResetSummary>

Trait Implementations

impl Debug for UPKLiteV1[src]

impl Serialize for UPKLiteV1[src]

impl<'de> Deserialize<'de> for UPKLiteV1[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]