Struct paradox_typed_db::rows::LevelProgressionLookupRow
source · pub struct LevelProgressionLookupRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> LevelProgressionLookupRow<'a, 'b>
impl<'a, 'b> LevelProgressionLookupRow<'a, 'b>
sourcepub fn required_u_score(&self) -> i32
pub fn required_u_score(&self) -> i32
Get the data in column requiredUScore
sourcepub fn behavior_effect(&self) -> Option<&'a Latin1Str>
pub fn behavior_effect(&self) -> Option<&'a Latin1Str>
Get the data in column BehaviorEffect
Trait Implementations§
source§impl<'a, 'b> Clone for LevelProgressionLookupRow<'a, 'b>
impl<'a, 'b> Clone for LevelProgressionLookupRow<'a, 'b>
source§fn clone(&self) -> LevelProgressionLookupRow<'a, 'b>
fn clone(&self) -> LevelProgressionLookupRow<'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