pub struct ObjectsDataUpdate {
pub data_updates: HashMap<LegacyId, StuffData>,
}
Fields§
§data_updates: HashMap<LegacyId, StuffData>
Trait Implementations§
source§impl BaseParser for ObjectsDataUpdate
impl BaseParser for ObjectsDataUpdate
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 ObjectsDataUpdate
impl Clone for ObjectsDataUpdate
source§fn clone(&self) -> ObjectsDataUpdate
fn clone(&self) -> ObjectsDataUpdate
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 ObjectsDataUpdate
impl Debug for ObjectsDataUpdate
source§impl Default for ObjectsDataUpdate
impl Default for ObjectsDataUpdate
source§fn default() -> ObjectsDataUpdate
fn default() -> ObjectsDataUpdate
Returns the “default value” for a type. Read more
source§impl PacketVariable for ObjectsDataUpdate
impl PacketVariable for ObjectsDataUpdate
source§impl PartialEq<ObjectsDataUpdate> for ObjectsDataUpdate
impl PartialEq<ObjectsDataUpdate> for ObjectsDataUpdate
source§fn eq(&self, other: &ObjectsDataUpdate) -> bool
fn eq(&self, other: &ObjectsDataUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ObjectsDataUpdate
Auto Trait Implementations§
impl RefUnwindSafe for ObjectsDataUpdate
impl Send for ObjectsDataUpdate
impl Sync for ObjectsDataUpdate
impl Unpin for ObjectsDataUpdate
impl UnwindSafe for ObjectsDataUpdate
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