Struct paradox_typed_db::rows::BlueprintsRow
source · pub struct BlueprintsRow<'a, 'b> { /* private fields */ }
Expand description
Row of the Blueprints
table
See also: BlueprintsTable
Implementations§
source§impl<'a, 'b> BlueprintsRow<'a, 'b>
impl<'a, 'b> BlueprintsRow<'a, 'b>
sourcepub fn description(&self) -> &'a Latin1Str
pub fn description(&self) -> &'a Latin1Str
Get the data in column description
sourcepub fn characterid(&self) -> i64
pub fn characterid(&self) -> i64
Get the data in column characterid
sourcepub fn categoryid(&self) -> i32
pub fn categoryid(&self) -> i32
Get the data in column categoryid
Trait Implementations§
source§impl<'a, 'b> Clone for BlueprintsRow<'a, 'b>
impl<'a, 'b> Clone for BlueprintsRow<'a, 'b>
source§fn clone(&self) -> BlueprintsRow<'a, 'b>
fn clone(&self) -> BlueprintsRow<'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