pub struct GroupInfo {
pub uin: i64,
pub code: i64,
pub name: String,
pub memo: String,
pub owner_uin: i64,
pub group_create_time: u32,
pub group_level: u32,
pub member_count: u16,
pub max_member_count: u16,
pub shut_up_timestamp: i64,
pub my_shut_up_timestamp: i64,
pub last_msg_seq: i64,
}
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.