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

pub struct OutboxRecord {
    pub state: Option<OutboxState>,
    pub outboxID: Option<OutboxID>,
    pub convID: Option<ConversationID>,
    pub ctime: Option<Time>,
    pub Msg: Option<MessagePlaintext>,
    pub identifyBehavior: Option<TLFIdentifyBehavior>,
    pub prepareOpts: Option<SenderPrepareOptions>,
    pub sendOpts: Option<SenderSendOptions>,
    pub ordinal: Option<i32>,
    pub preview: Option<MakePreviewRes>,
    pub replyTo: Option<Box<MessageUnboxed>>,
}

Fields

state: Option<OutboxState>outboxID: Option<OutboxID>convID: Option<ConversationID>ctime: Option<Time>Msg: Option<MessagePlaintext>identifyBehavior: Option<TLFIdentifyBehavior>prepareOpts: Option<SenderPrepareOptions>sendOpts: Option<SenderSendOptions>ordinal: Option<i32>preview: Option<MakePreviewRes>replyTo: Option<Box<MessageUnboxed>>

Trait Implementations

impl Debug for OutboxRecord[src]

impl Serialize for OutboxRecord[src]

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