pub struct QuestMessageData {Show 16 fields
pub campaign_code: String,
pub completed_quests_in_campaign: i32,
pub quest_count_in_campaign: i32,
pub activity_point_type: i32,
pub id: LegacyId,
pub accepted: bool,
pub quest_type: String,
pub image_version: String,
pub reward_currency_amount: i32,
pub localization_code: String,
pub completed_steps: i32,
pub total_steps: i32,
pub sort_order: i32,
pub catalog_page_name: String,
pub chain_code: String,
pub easy: bool,
}
Fields§
§campaign_code: String
§completed_quests_in_campaign: i32
§quest_count_in_campaign: i32
§activity_point_type: i32
§id: LegacyId
§accepted: bool
§quest_type: String
§image_version: String
§reward_currency_amount: i32
§localization_code: String
§completed_steps: i32
§total_steps: i32
§sort_order: i32
§catalog_page_name: String
§chain_code: String
§easy: bool
Trait Implementations§
Source§impl Clone for QuestMessageData
impl Clone for QuestMessageData
Source§fn clone(&self) -> QuestMessageData
fn clone(&self) -> QuestMessageData
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 QuestMessageData
impl Debug for QuestMessageData
Source§impl Default for QuestMessageData
impl Default for QuestMessageData
Source§fn default() -> QuestMessageData
fn default() -> QuestMessageData
Returns the “default value” for a type. Read more
Source§impl PacketVariable for QuestMessageData
impl PacketVariable for QuestMessageData
Source§impl PartialEq for QuestMessageData
impl PartialEq for QuestMessageData
impl StructuralPartialEq for QuestMessageData
Auto Trait Implementations§
impl Freeze for QuestMessageData
impl RefUnwindSafe for QuestMessageData
impl Send for QuestMessageData
impl Sync for QuestMessageData
impl Unpin for QuestMessageData
impl UnwindSafe for QuestMessageData
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