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