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