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