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

pub struct ConversationLocal {
    pub error: Option<ConversationErrorLocal>,
    pub info: Option<ConversationInfoLocal>,
    pub readerInfo: Option<ConversationReaderInfo>,
    pub creatorInfo: Option<ConversationCreatorInfoLocal>,
    pub notifications: Option<ConversationNotificationInfo>,
    pub supersedes: Option<Vec<ConversationMetadata>>,
    pub supersededBy: Option<Vec<ConversationMetadata>>,
    pub maxMessages: Option<Vec<MessageSummary>>,
    pub isEmpty: Option<bool>,
    pub identifyFailures: Option<Vec<TLFIdentifyFailure>>,
    pub expunge: Option<Expunge>,
    pub convRetention: Option<RetentionPolicy>,
    pub teamRetention: Option<RetentionPolicy>,
    pub convSettings: Option<ConversationSettingsLocal>,
    pub commands: Option<ConversationCommandGroups>,
    pub botCommands: Option<ConversationCommandGroups>,
}

Fields

error: Option<ConversationErrorLocal>info: Option<ConversationInfoLocal>readerInfo: Option<ConversationReaderInfo>creatorInfo: Option<ConversationCreatorInfoLocal>notifications: Option<ConversationNotificationInfo>supersedes: Option<Vec<ConversationMetadata>>supersededBy: Option<Vec<ConversationMetadata>>maxMessages: Option<Vec<MessageSummary>>isEmpty: Option<bool>identifyFailures: Option<Vec<TLFIdentifyFailure>>expunge: Option<Expunge>convRetention: Option<RetentionPolicy>teamRetention: Option<RetentionPolicy>convSettings: Option<ConversationSettingsLocal>commands: Option<ConversationCommandGroups>botCommands: Option<ConversationCommandGroups>

Trait Implementations

impl Debug for ConversationLocal[src]

impl Serialize for ConversationLocal[src]

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