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