pub struct GuildMemberFurniCountInHQ {
pub user_id: LegacyId,
pub furni_count: i32,
}
Fields§
§user_id: LegacyId
§furni_count: i32
Trait Implementations§
Source§impl BaseParser for GuildMemberFurniCountInHQ
impl BaseParser for GuildMemberFurniCountInHQ
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for GuildMemberFurniCountInHQ
impl Clone for GuildMemberFurniCountInHQ
Source§fn clone(&self) -> GuildMemberFurniCountInHQ
fn clone(&self) -> GuildMemberFurniCountInHQ
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 GuildMemberFurniCountInHQ
impl Debug for GuildMemberFurniCountInHQ
Source§impl Default for GuildMemberFurniCountInHQ
impl Default for GuildMemberFurniCountInHQ
Source§fn default() -> GuildMemberFurniCountInHQ
fn default() -> GuildMemberFurniCountInHQ
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GuildMemberFurniCountInHQ
Auto Trait Implementations§
impl Freeze for GuildMemberFurniCountInHQ
impl RefUnwindSafe for GuildMemberFurniCountInHQ
impl Send for GuildMemberFurniCountInHQ
impl Sync for GuildMemberFurniCountInHQ
impl Unpin for GuildMemberFurniCountInHQ
impl UnwindSafe for GuildMemberFurniCountInHQ
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