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