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