Struct paradox_typed_db::rows::RewardsRow
source · pub struct RewardsRow<'a, 'b> { /* private fields */ }
Expand description
Row of the Rewards
table
See also: RewardsTable
Implementations§
source§impl<'a, 'b> RewardsRow<'a, 'b>
impl<'a, 'b> RewardsRow<'a, 'b>
sourcepub fn mission_id(&self) -> Option<i32>
pub fn mission_id(&self) -> Option<i32>
Get the data in column MissionID
sourcepub fn reward_type(&self) -> i32
pub fn reward_type(&self) -> i32
Get the data in column RewardType
Trait Implementations§
source§impl<'a, 'b> Clone for RewardsRow<'a, 'b>
impl<'a, 'b> Clone for RewardsRow<'a, 'b>
source§fn clone(&self) -> RewardsRow<'a, 'b>
fn clone(&self) -> RewardsRow<'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