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: i64nick: Stringremark: Stringface_id: i16group_id: u8Trait Implementations
sourceimpl Clone for FriendInfo
impl Clone for FriendInfo
sourcefn clone(&self) -> FriendInfo
fn clone(&self) -> FriendInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FriendInfo
impl Debug for FriendInfo
sourceimpl Default for FriendInfo
impl Default for FriendInfo
sourcefn default() -> FriendInfo
fn default() -> FriendInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FriendInfo
impl Send for FriendInfo
impl Sync for FriendInfo
impl Unpin for FriendInfo
impl UnwindSafe for FriendInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more