Struct paradox_typed_db::rows::ObjectBehaviorXrefRow
source · pub struct ObjectBehaviorXrefRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> ObjectBehaviorXrefRow<'a, 'b>
impl<'a, 'b> ObjectBehaviorXrefRow<'a, 'b>
sourcepub fn behavior_id1(&self) -> i64
pub fn behavior_id1(&self) -> i64
Get the data in column behaviorID1
sourcepub fn behavior_id2(&self) -> i64
pub fn behavior_id2(&self) -> i64
Get the data in column behaviorID2
sourcepub fn behavior_id3(&self) -> i64
pub fn behavior_id3(&self) -> i64
Get the data in column behaviorID3
sourcepub fn behavior_id4(&self) -> i64
pub fn behavior_id4(&self) -> i64
Get the data in column behaviorID4
sourcepub fn behavior_id5(&self) -> i64
pub fn behavior_id5(&self) -> i64
Get the data in column behaviorID5
Trait Implementations§
source§impl<'a, 'b> Clone for ObjectBehaviorXrefRow<'a, 'b>
impl<'a, 'b> Clone for ObjectBehaviorXrefRow<'a, 'b>
source§fn clone(&self) -> ObjectBehaviorXrefRow<'a, 'b>
fn clone(&self) -> ObjectBehaviorXrefRow<'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