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