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