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