Struct paradox_typed_db::rows::ActivityRewardsRow
source · pub struct ActivityRewardsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> ActivityRewardsRow<'a, 'b>
impl<'a, 'b> ActivityRewardsRow<'a, 'b>
sourcepub fn object_template(&self) -> i32
pub fn object_template(&self) -> i32
Get the data in column objectTemplate
sourcepub fn activity_reward_index(&self) -> i32
pub fn activity_reward_index(&self) -> i32
Get the data in column ActivityRewardIndex
sourcepub fn activity_rating(&self) -> i32
pub fn activity_rating(&self) -> i32
Get the data in column activityRating
sourcepub fn loot_matrix_index(&self) -> Option<i32>
pub fn loot_matrix_index(&self) -> Option<i32>
Get the data in column LootMatrixIndex
sourcepub fn currency_index(&self) -> Option<i32>
pub fn currency_index(&self) -> Option<i32>
Get the data in column CurrencyIndex
sourcepub fn challenge_rating(&self) -> i32
pub fn challenge_rating(&self) -> i32
Get the data in column ChallengeRating
sourcepub fn description(&self) -> &'a Latin1Str
pub fn description(&self) -> &'a Latin1Str
Get the data in column description
Trait Implementations§
source§impl<'a, 'b> Clone for ActivityRewardsRow<'a, 'b>
impl<'a, 'b> Clone for ActivityRewardsRow<'a, 'b>
source§fn clone(&self) -> ActivityRewardsRow<'a, 'b>
fn clone(&self) -> ActivityRewardsRow<'a, 'b>
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 more