pub struct ConversationMetadata {
pub global_unread_count: u64,
pub global_unread_message_count: u64,
}Fields§
§global_unread_count: u64§global_unread_message_count: u64Trait Implementations§
Source§impl Clone for ConversationMetadata
impl Clone for ConversationMetadata
Source§fn clone(&self) -> ConversationMetadata
fn clone(&self) -> ConversationMetadata
Returns a duplicate of the value. Read more
1.0.0 · 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 ConversationMetadata
impl Debug for ConversationMetadata
Source§impl<'de> Deserialize<'de> for ConversationMetadata
impl<'de> Deserialize<'de> for ConversationMetadata
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
Source§impl PartialEq for ConversationMetadata
impl PartialEq for ConversationMetadata
Source§impl Serialize for ConversationMetadata
impl Serialize for ConversationMetadata
impl Eq for ConversationMetadata
impl StructuralPartialEq for ConversationMetadata
Auto Trait Implementations§
impl Freeze for ConversationMetadata
impl RefUnwindSafe for ConversationMetadata
impl Send for ConversationMetadata
impl Sync for ConversationMetadata
impl Unpin for ConversationMetadata
impl UnwindSafe for ConversationMetadata
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