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