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