pub struct GetMemberGuildItemCount {
pub group_id: LegacyId,
pub avatar_id: LegacyId,
}
Fields§
§group_id: LegacyId
§avatar_id: LegacyId
Trait Implementations§
source§impl BaseParser for GetMemberGuildItemCount
impl BaseParser for GetMemberGuildItemCount
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 GetMemberGuildItemCount
impl Clone for GetMemberGuildItemCount
source§fn clone(&self) -> GetMemberGuildItemCount
fn clone(&self) -> GetMemberGuildItemCount
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 GetMemberGuildItemCount
impl Debug for GetMemberGuildItemCount
source§impl Default for GetMemberGuildItemCount
impl Default for GetMemberGuildItemCount
source§fn default() -> GetMemberGuildItemCount
fn default() -> GetMemberGuildItemCount
Returns the “default value” for a type. Read more
source§impl PartialEq<GetMemberGuildItemCount> for GetMemberGuildItemCount
impl PartialEq<GetMemberGuildItemCount> for GetMemberGuildItemCount
source§fn eq(&self, other: &GetMemberGuildItemCount) -> bool
fn eq(&self, other: &GetMemberGuildItemCount) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetMemberGuildItemCount
Auto Trait Implementations§
impl RefUnwindSafe for GetMemberGuildItemCount
impl Send for GetMemberGuildItemCount
impl Sync for GetMemberGuildItemCount
impl Unpin for GetMemberGuildItemCount
impl UnwindSafe for GetMemberGuildItemCount
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