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