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