Struct paradox_typed_db::rows::SmashableChainRow
source · pub struct SmashableChainRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> SmashableChainRow<'a, 'b>
impl<'a, 'b> SmashableChainRow<'a, 'b>
sourcepub fn chain_index(&self) -> i32
pub fn chain_index(&self) -> i32
Get the data in column chainIndex
sourcepub fn chain_level(&self) -> i32
pub fn chain_level(&self) -> i32
Get the data in column chainLevel
sourcepub fn loot_matrix_id(&self) -> i32
pub fn loot_matrix_id(&self) -> i32
Get the data in column lootMatrixID
sourcepub fn rarity_table_index(&self) -> i32
pub fn rarity_table_index(&self) -> i32
Get the data in column rarityTableIndex
sourcepub fn currency_index(&self) -> i32
pub fn currency_index(&self) -> i32
Get the data in column currencyIndex
sourcepub fn currency_level(&self) -> i32
pub fn currency_level(&self) -> i32
Get the data in column currencyLevel
sourcepub fn smash_count(&self) -> i32
pub fn smash_count(&self) -> i32
Get the data in column smashCount
sourcepub fn time_limit(&self) -> i32
pub fn time_limit(&self) -> i32
Get the data in column timeLimit
sourcepub fn chain_step_id(&self) -> i32
pub fn chain_step_id(&self) -> i32
Get the data in column chainStepID
Trait Implementations§
source§impl<'a, 'b> Clone for SmashableChainRow<'a, 'b>
impl<'a, 'b> Clone for SmashableChainRow<'a, 'b>
source§fn clone(&self) -> SmashableChainRow<'a, 'b>
fn clone(&self) -> SmashableChainRow<'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