[][src]Struct keybase_protocol::protocol::chat1::common::Conversation

pub struct Conversation {
    pub metadata: Option<ConversationMetadata>,
    pub readerInfo: Option<ConversationReaderInfo>,
    pub notifications: Option<ConversationNotificationInfo>,
    pub maxMsgs: Option<Vec<MessageBoxed>>,
    pub maxMsgSummaries: Option<Vec<MessageSummary>>,
    pub creatorInfo: Option<ConversationCreatorInfo>,
    pub expunge: Option<Expunge>,
    pub convRetention: Option<RetentionPolicy>,
    pub teamRetention: Option<RetentionPolicy>,
    pub convSettings: Option<ConversationSettings>,
}

Fields

metadata: Option<ConversationMetadata>readerInfo: Option<ConversationReaderInfo>notifications: Option<ConversationNotificationInfo>maxMsgs: Option<Vec<MessageBoxed>>maxMsgSummaries: Option<Vec<MessageSummary>>creatorInfo: Option<ConversationCreatorInfo>expunge: Option<Expunge>convRetention: Option<RetentionPolicy>teamRetention: Option<RetentionPolicy>convSettings: Option<ConversationSettings>

Trait Implementations

impl Debug for Conversation[src]

impl Serialize for Conversation[src]

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