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