Struct g_rust::extension::parsers::subparsers::FriendData
source · 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 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 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<FriendData> for FriendData
impl PartialEq<FriendData> for FriendData
source§fn eq(&self, other: &FriendData) -> bool
fn eq(&self, other: &FriendData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FriendData
Auto Trait Implementations§
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