[][src]Struct keybase_protocol::protocol::keybase1::identify3_ui::Identify3Row

pub struct Identify3Row {
    pub guiID: Identify3GUIID,
    pub key: Option<String>,
    pub value: Option<String>,
    pub priority: i32,
    pub siteURL: Option<String>,
    pub siteIcon: Option<Vec<SizedImage>>,
    pub siteIconFull: Option<Vec<SizedImage>>,
    pub proofURL: Option<String>,
    pub sigID: SigID,
    pub ctime: Time,
    pub state: Identify3RowState,
    pub metas: Option<Vec<Identify3RowMeta>>,
    pub color: Identify3RowColor,
    pub kid: Option<KID>,
}

Fields

guiID: Identify3GUIIDkey: Option<String>value: Option<String>priority: i32siteURL: Option<String>siteIcon: Option<Vec<SizedImage>>siteIconFull: Option<Vec<SizedImage>>proofURL: Option<String>sigID: SigIDctime: Timestate: Identify3RowStatemetas: Option<Vec<Identify3RowMeta>>color: Identify3RowColorkid: Option<KID>

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]