pub struct GroupSupportChat {
pub chat_ts: UtcTime,
pub unread: i64,
pub member_attention: i64,
pub mentions: i64,
pub last_msg_from_member_ts: Option<UtcTime>,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§chat_ts: UtcTime§unread: i64§member_attention: i64§mentions: i64§last_msg_from_member_ts: Option<UtcTime>§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for GroupSupportChat
impl Clone for GroupSupportChat
Source§fn clone(&self) -> GroupSupportChat
fn clone(&self) -> GroupSupportChat
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 GroupSupportChat
impl Debug for GroupSupportChat
Source§impl<'de> Deserialize<'de> for GroupSupportChat
impl<'de> Deserialize<'de> for GroupSupportChat
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 GroupSupportChat
impl PartialEq for GroupSupportChat
Source§impl Serialize for GroupSupportChat
impl Serialize for GroupSupportChat
impl StructuralPartialEq for GroupSupportChat
Auto Trait Implementations§
impl Freeze for GroupSupportChat
impl RefUnwindSafe for GroupSupportChat
impl Send for GroupSupportChat
impl Sync for GroupSupportChat
impl Unpin for GroupSupportChat
impl UnwindSafe for GroupSupportChat
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