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