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