Struct g_rust::extension::parsers::subparsers::AchievementData
source · pub struct AchievementData {Show 14 fields
pub achievement_id: LegacyId,
pub level: i32,
pub badge_id: String,
pub score_at_start_of_level: i32,
pub score_limit: i32,
pub level_reward_points: i32,
pub level_reward_point_type: i32,
pub current_points: i32,
pub final_level: bool,
pub category: String,
pub sub_category: String,
pub level_count: i32,
pub display_method: i32,
pub state: i32,
}
Fields§
§achievement_id: LegacyId
§level: i32
§badge_id: String
§score_at_start_of_level: i32
§score_limit: i32
§level_reward_points: i32
§level_reward_point_type: i32
§current_points: i32
§final_level: bool
§category: String
§sub_category: String
§level_count: i32
§display_method: i32
§state: i32
Trait Implementations§
source§impl Clone for AchievementData
impl Clone for AchievementData
source§fn clone(&self) -> AchievementData
fn clone(&self) -> AchievementData
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 AchievementData
impl Debug for AchievementData
source§impl Default for AchievementData
impl Default for AchievementData
source§fn default() -> AchievementData
fn default() -> AchievementData
Returns the “default value” for a type. Read more
source§impl PacketVariable for AchievementData
impl PacketVariable for AchievementData
source§impl PartialEq<AchievementData> for AchievementData
impl PartialEq<AchievementData> for AchievementData
source§fn eq(&self, other: &AchievementData) -> bool
fn eq(&self, other: &AchievementData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AchievementData
Auto Trait Implementations§
impl RefUnwindSafe for AchievementData
impl Send for AchievementData
impl Sync for AchievementData
impl Unpin for AchievementData
impl UnwindSafe for AchievementData
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