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