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