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