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