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 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 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 for GetBotInventory
impl PartialEq for GetBotInventory
impl StructuralPartialEq for GetBotInventory
Auto Trait Implementations§
impl Freeze for GetBotInventory
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