Struct ricq_core::structs::FriendInfo
source · pub struct FriendInfo {
pub uin: i64,
pub nick: String,
pub remark: String,
pub face_id: i16,
pub group_id: u8,
}
Expand description
好友信息
Fields§
§uin: i64
§nick: String
§remark: String
§face_id: i16
§group_id: u8
Trait Implementations§
source§impl Clone for FriendInfo
impl Clone for FriendInfo
source§fn clone(&self) -> FriendInfo
fn clone(&self) -> FriendInfo
Returns a copy 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 FriendInfo
impl Debug for FriendInfo
source§impl Default for FriendInfo
impl Default for FriendInfo
source§fn default() -> FriendInfo
fn default() -> FriendInfo
Returns the “default value” for a type. Read more