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