pub struct FriendAdd {
pub user: Uin,
}Expand description
新加了一个好友(Notice::FriendAdd)。
Fields§
§user: UinTrait Implementations§
Auto Trait Implementations§
impl Freeze for FriendAdd
impl RefUnwindSafe for FriendAdd
impl Send for FriendAdd
impl Sync for FriendAdd
impl Unpin for FriendAdd
impl UnsafeUnpin for FriendAdd
impl UnwindSafe for FriendAdd
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