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