Struct g_rust::extension::parsers::subparsers::HabboGroupDetailsData
source · pub struct HabboGroupDetailsData {Show 18 fields
pub group_id: LegacyId,
pub is_guild: bool,
pub group_type: i32,
pub group_name: String,
pub description: String,
pub badge_code: String,
pub room_id: LegacyId,
pub room_name: String,
pub status: i32,
pub total_members: i32,
pub favourite: bool,
pub creation_date: String,
pub is_owner: bool,
pub is_admin: bool,
pub open_details: bool,
pub members_can_decorate: bool,
pub pending_member_count: i32,
pub has_board: bool,
}
Fields§
§group_id: LegacyId
§is_guild: bool
§group_type: i32
§group_name: String
§description: String
§badge_code: String
§room_id: LegacyId
§room_name: String
§status: i32
§total_members: i32
§favourite: bool
§creation_date: String
§is_owner: bool
§is_admin: bool
§open_details: bool
§members_can_decorate: bool
§pending_member_count: i32
§has_board: bool
Trait Implementations§
source§impl Clone for HabboGroupDetailsData
impl Clone for HabboGroupDetailsData
source§fn clone(&self) -> HabboGroupDetailsData
fn clone(&self) -> HabboGroupDetailsData
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 HabboGroupDetailsData
impl Debug for HabboGroupDetailsData
source§impl Default for HabboGroupDetailsData
impl Default for HabboGroupDetailsData
source§fn default() -> HabboGroupDetailsData
fn default() -> HabboGroupDetailsData
Returns the “default value” for a type. Read more
source§impl PartialEq<HabboGroupDetailsData> for HabboGroupDetailsData
impl PartialEq<HabboGroupDetailsData> for HabboGroupDetailsData
source§fn eq(&self, other: &HabboGroupDetailsData) -> bool
fn eq(&self, other: &HabboGroupDetailsData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HabboGroupDetailsData
Auto Trait Implementations§
impl RefUnwindSafe for HabboGroupDetailsData
impl Send for HabboGroupDetailsData
impl Sync for HabboGroupDetailsData
impl Unpin for HabboGroupDetailsData
impl UnwindSafe for HabboGroupDetailsData
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