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 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 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 for AchievementResolutions
impl PartialEq for AchievementResolutions
impl StructuralPartialEq for AchievementResolutions
Auto Trait Implementations§
impl Freeze for AchievementResolutions
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