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