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,
}

Fields§

§uin: i64§code: i64§name: String§memo: String§owner_uin: i64§group_create_time: u32§group_level: u32§member_count: u16§max_member_count: u16§shut_up_timestamp: i64§my_shut_up_timestamp: i64§last_msg_seq: i64

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. 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.

Should always be Self
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.