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