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