pub struct GetClubGift {}
Trait Implementations§
Source§impl BaseParser for GetClubGift
impl BaseParser for GetClubGift
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 GetClubGift
impl Clone for GetClubGift
Source§fn clone(&self) -> GetClubGift
fn clone(&self) -> GetClubGift
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 GetClubGift
impl Debug for GetClubGift
Source§impl Default for GetClubGift
impl Default for GetClubGift
Source§fn default() -> GetClubGift
fn default() -> GetClubGift
Returns the “default value” for a type. Read more
Source§impl PacketVariable for GetClubGift
impl PacketVariable for GetClubGift
Source§impl PartialEq for GetClubGift
impl PartialEq for GetClubGift
impl StructuralPartialEq for GetClubGift
Auto Trait Implementations§
impl Freeze for GetClubGift
impl RefUnwindSafe for GetClubGift
impl Send for GetClubGift
impl Sync for GetClubGift
impl Unpin for GetClubGift
impl UnwindSafe for GetClubGift
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