pub struct ConversationListSnapshot {
pub format_version: u32,
pub im_schema_version: i64,
pub owner_identity_id: String,
pub owner_did: String,
pub generated_at_ms: i64,
pub summary_version: Option<String>,
pub unread_total: u32,
pub items: Vec<ConversationSnapshotItem>,
}Fields§
§format_version: u32§im_schema_version: i64§owner_identity_id: String§owner_did: String§generated_at_ms: i64§summary_version: Option<String>§unread_total: u32§items: Vec<ConversationSnapshotItem>Trait Implementations§
Source§impl Clone for ConversationListSnapshot
impl Clone for ConversationListSnapshot
Source§fn clone(&self) -> ConversationListSnapshot
fn clone(&self) -> ConversationListSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConversationListSnapshot
impl Debug for ConversationListSnapshot
Source§impl<'de> Deserialize<'de> for ConversationListSnapshot
impl<'de> Deserialize<'de> for ConversationListSnapshot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ConversationListSnapshot
Source§impl PartialEq for ConversationListSnapshot
impl PartialEq for ConversationListSnapshot
Source§fn eq(&self, other: &ConversationListSnapshot) -> bool
fn eq(&self, other: &ConversationListSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConversationListSnapshot
impl Serialize for ConversationListSnapshot
impl StructuralPartialEq for ConversationListSnapshot
Auto Trait Implementations§
impl Freeze for ConversationListSnapshot
impl RefUnwindSafe for ConversationListSnapshot
impl Send for ConversationListSnapshot
impl Sync for ConversationListSnapshot
impl Unpin for ConversationListSnapshot
impl UnsafeUnpin for ConversationListSnapshot
impl UnwindSafe for ConversationListSnapshot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.