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