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