pub struct ChatStats {
pub unread_count: i32,
pub unread_mentions: i32,
pub reports_count: i32,
pub min_unread_item_id: i64,
pub unread_chat: bool,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§unread_count: i32§unread_mentions: i32§reports_count: i32§min_unread_item_id: i64§unread_chat: bool§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ChatStats
impl<'de> Deserialize<'de> for ChatStats
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 StructuralPartialEq for ChatStats
Auto Trait Implementations§
impl Freeze for ChatStats
impl RefUnwindSafe for ChatStats
impl Send for ChatStats
impl Sync for ChatStats
impl Unpin for ChatStats
impl UnwindSafe for ChatStats
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