Struct paradox_typed_db::rows::TamingBuildPuzzlesRow
source · pub struct TamingBuildPuzzlesRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> TamingBuildPuzzlesRow<'a, 'b>
impl<'a, 'b> TamingBuildPuzzlesRow<'a, 'b>
sourcepub fn puzzle_model_lot(&self) -> i32
pub fn puzzle_model_lot(&self) -> i32
Get the data in column PuzzleModelLot
sourcepub fn valid_pieces_lxf(&self) -> &'a Latin1Str
pub fn valid_pieces_lxf(&self) -> &'a Latin1Str
Get the data in column ValidPiecesLXF
sourcepub fn invalid_pieces_lxf(&self) -> &'a Latin1Str
pub fn invalid_pieces_lxf(&self) -> &'a Latin1Str
Get the data in column InvalidPiecesLXF
sourcepub fn difficulty(&self) -> i32
pub fn difficulty(&self) -> i32
Get the data in column Difficulty
sourcepub fn num_valid_pieces(&self) -> i32
pub fn num_valid_pieces(&self) -> i32
Get the data in column NumValidPieces
sourcepub fn total_num_pieces(&self) -> i32
pub fn total_num_pieces(&self) -> i32
Get the data in column TotalNumPieces
sourcepub fn model_name(&self) -> &'a Latin1Str
pub fn model_name(&self) -> &'a Latin1Str
Get the data in column ModelName
sourcepub fn full_model_lxf(&self) -> &'a Latin1Str
pub fn full_model_lxf(&self) -> &'a Latin1Str
Get the data in column FullModelLXF
sourcepub fn imag_cost_per_build(&self) -> i32
pub fn imag_cost_per_build(&self) -> i32
Get the data in column imagCostPerBuild
Trait Implementations§
source§impl<'a, 'b> Clone for TamingBuildPuzzlesRow<'a, 'b>
impl<'a, 'b> Clone for TamingBuildPuzzlesRow<'a, 'b>
source§fn clone(&self) -> TamingBuildPuzzlesRow<'a, 'b>
fn clone(&self) -> TamingBuildPuzzlesRow<'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