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

pub struct GetInboxQuery {
    pub convID: Option<ConversationID>,
    pub topicType: Option<TopicType>,
    pub tlfID: Option<TLFID>,
    pub tlfVisibility: Option<TLFVisibility>,
    pub before: Option<Time>,
    pub after: Option<Time>,
    pub oneChatTypePerTLF: Option<bool>,
    pub topicName: Option<String>,
    pub status: Option<Vec<ConversationStatus>>,
    pub memberStatus: Option<Vec<ConversationMemberStatus>>,
    pub existences: Option<Vec<ConversationExistence>>,
    pub membersTypes: Option<Vec<ConversationMembersType>>,
    pub convIDs: Option<Vec<ConversationID>>,
    pub unreadOnly: Option<bool>,
    pub readOnly: Option<bool>,
    pub computeActiveList: Option<bool>,
    pub summarizeMaxMsgs: Option<bool>,
    pub skipBgLoads: Option<bool>,
}

Fields

convID: Option<ConversationID>topicType: Option<TopicType>tlfID: Option<TLFID>tlfVisibility: Option<TLFVisibility>before: Option<Time>after: Option<Time>oneChatTypePerTLF: Option<bool>topicName: Option<String>status: Option<Vec<ConversationStatus>>memberStatus: Option<Vec<ConversationMemberStatus>>existences: Option<Vec<ConversationExistence>>membersTypes: Option<Vec<ConversationMembersType>>convIDs: Option<Vec<ConversationID>>unreadOnly: Option<bool>readOnly: Option<bool>computeActiveList: Option<bool>summarizeMaxMsgs: Option<bool>skipBgLoads: Option<bool>

Trait Implementations

impl Debug for GetInboxQuery[src]

impl Serialize for GetInboxQuery[src]

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