[][src]Struct keybase_protocol::protocol::chat1::local::MessageUnboxedValid

pub struct MessageUnboxedValid {
    pub clientHeader: Option<MessageClientHeaderVerified>,
    pub serverHeader: Option<MessageServerHeader>,
    pub messageBody: Option<MessageBody>,
    pub senderUsername: Option<String>,
    pub senderDeviceName: Option<String>,
    pub senderDeviceType: Option<String>,
    pub bodyHash: Option<String>,
    pub headerHash: Option<String>,
    pub headerSignature: Option<SignatureInfo>,
    pub verificationKey: Option<String>,
    pub senderDeviceRevokedAt: Option<Time>,
    pub atMentionUsernames: Option<Vec<String>>,
    pub atMentions: Option<Vec<UID>>,
    pub channelMention: Option<ChannelMention>,
    pub maybeMentions: Option<Vec<MaybeMention>>,
    pub channelNameMentions: Option<Vec<ChannelNameMention>>,
    pub reactions: Option<ReactionMap>,
    pub unfurls: Option<HashMap<MessageID, UnfurlResult>>,
    pub replyTo: Option<Box<MessageUnboxed>>,
}

Fields

clientHeader: Option<MessageClientHeaderVerified>serverHeader: Option<MessageServerHeader>messageBody: Option<MessageBody>senderUsername: Option<String>senderDeviceName: Option<String>senderDeviceType: Option<String>bodyHash: Option<String>headerHash: Option<String>headerSignature: Option<SignatureInfo>verificationKey: Option<String>senderDeviceRevokedAt: Option<Time>atMentionUsernames: Option<Vec<String>>atMentions: Option<Vec<UID>>channelMention: Option<ChannelMention>maybeMentions: Option<Vec<MaybeMention>>channelNameMentions: Option<Vec<ChannelNameMention>>reactions: Option<ReactionMap>unfurls: Option<HashMap<MessageID, UnfurlResult>>replyTo: Option<Box<MessageUnboxed>>

Trait Implementations

impl Debug for MessageUnboxedValid[src]

impl Serialize for MessageUnboxedValid[src]

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