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

pub struct ConversationInfoLocal {
    pub id: Option<ConversationID>,
    pub triple: Option<ConversationIDTriple>,
    pub tlfName: Option<String>,
    pub topicName: Option<String>,
    pub headline: Option<String>,
    pub snippetMsg: Option<Box<MessageUnboxed>>,
    pub draft: Option<String>,
    pub visibility: Option<TLFVisibility>,
    pub status: Option<ConversationStatus>,
    pub membersType: Option<ConversationMembersType>,
    pub memberStatus: Option<ConversationMemberStatus>,
    pub teamType: Option<TeamType>,
    pub existence: Option<ConversationExistence>,
    pub version: Option<ConversationVers>,
    pub localVersion: Option<LocalConversationVers>,
    pub participants: Option<Vec<ConversationLocalParticipant>>,
    pub finalizeInfo: Option<ConversationFinalizeInfo>,
    pub resetNames: Option<Vec<String>>,
}

Fields

id: Option<ConversationID>triple: Option<ConversationIDTriple>tlfName: Option<String>topicName: Option<String>headline: Option<String>snippetMsg: Option<Box<MessageUnboxed>>draft: Option<String>visibility: Option<TLFVisibility>status: Option<ConversationStatus>membersType: Option<ConversationMembersType>memberStatus: Option<ConversationMemberStatus>teamType: Option<TeamType>existence: Option<ConversationExistence>version: Option<ConversationVers>localVersion: Option<LocalConversationVers>participants: Option<Vec<ConversationLocalParticipant>>finalizeInfo: Option<ConversationFinalizeInfo>resetNames: Option<Vec<String>>

Trait Implementations

impl Debug for ConversationInfoLocal[src]

impl Serialize for ConversationInfoLocal[src]

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