pub struct FriendData {Show 14 fields
pub id: LegacyId,
pub name: String,
pub gender: i32,
pub online: bool,
pub following_allowed: bool,
pub figure: String,
pub category_id: i32,
pub motto: String,
pub real_name: String,
pub facebook_id: String,
pub persisted_message_user: bool,
pub vip_member: bool,
pub pocket_habbo_user: bool,
pub relationship_status: i16,
}
Fields§
§id: LegacyId
§name: String
§gender: i32
§online: bool
§following_allowed: bool
§figure: String
§category_id: i32
§motto: String
§real_name: String
§facebook_id: String
§persisted_message_user: bool
§vip_member: bool
§pocket_habbo_user: bool
§relationship_status: i16
Trait Implementations§
Source§impl Clone for FriendData
impl Clone for FriendData
Source§fn clone(&self) -> FriendData
fn clone(&self) -> FriendData
Returns a duplicate 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 FriendData
impl Debug for FriendData
Source§impl Default for FriendData
impl Default for FriendData
Source§fn default() -> FriendData
fn default() -> FriendData
Returns the “default value” for a type. Read more
Source§impl PacketVariable for FriendData
impl PacketVariable for FriendData
Source§impl PartialEq for FriendData
impl PartialEq for FriendData
impl StructuralPartialEq for FriendData
Auto Trait Implementations§
impl Freeze for FriendData
impl RefUnwindSafe for FriendData
impl Send for FriendData
impl Sync for FriendData
impl Unpin for FriendData
impl UnwindSafe for FriendData
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