Struct g_rust::extension::parsers::subparsers::ExtendedProfileData
source · pub struct ExtendedProfileData {Show 19 fields
pub user_id: LegacyId,
pub user_name: String,
pub figure: String,
pub motto: String,
pub creation_date: String,
pub achievement_score: i32,
pub friend_count: i32,
pub is_friend: bool,
pub is_friend_request_sent: bool,
pub is_online: bool,
pub guilds: Vec<HabboGroupEntryData>,
pub last_access_since_in_seconds: i32,
pub open_profile_window: bool,
pub _unused1: Option<bool>,
pub account_level: Option<i32>,
pub _unused2: Option<i32>,
pub star_gem_count: Option<i32>,
pub _unused3: Option<bool>,
pub _unused4: Option<bool>,
}
Fields§
§user_id: LegacyId
§user_name: String
§figure: String
§motto: String
§creation_date: String
§achievement_score: i32
§friend_count: i32
§is_friend: bool
§is_friend_request_sent: bool
§is_online: bool
§guilds: Vec<HabboGroupEntryData>
§last_access_since_in_seconds: i32
§open_profile_window: bool
§_unused1: Option<bool>
§account_level: Option<i32>
§_unused2: Option<i32>
§star_gem_count: Option<i32>
§_unused3: Option<bool>
§_unused4: Option<bool>
Trait Implementations§
source§impl Clone for ExtendedProfileData
impl Clone for ExtendedProfileData
source§fn clone(&self) -> ExtendedProfileData
fn clone(&self) -> ExtendedProfileData
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 ExtendedProfileData
impl Debug for ExtendedProfileData
source§impl Default for ExtendedProfileData
impl Default for ExtendedProfileData
source§fn default() -> ExtendedProfileData
fn default() -> ExtendedProfileData
Returns the “default value” for a type. Read more
source§impl PacketVariable for ExtendedProfileData
impl PacketVariable for ExtendedProfileData
source§impl PartialEq<ExtendedProfileData> for ExtendedProfileData
impl PartialEq<ExtendedProfileData> for ExtendedProfileData
source§fn eq(&self, other: &ExtendedProfileData) -> bool
fn eq(&self, other: &ExtendedProfileData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ExtendedProfileData
Auto Trait Implementations§
impl RefUnwindSafe for ExtendedProfileData
impl Send for ExtendedProfileData
impl Sync for ExtendedProfileData
impl Unpin for ExtendedProfileData
impl UnwindSafe for ExtendedProfileData
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