Struct paradox_typed_db::rows::PreconditionsRow
source · pub struct PreconditionsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> PreconditionsRow<'a, 'b>
impl<'a, 'b> PreconditionsRow<'a, 'b>
sourcepub fn target_lot(&self) -> Option<&'a Latin1Str>
pub fn target_lot(&self) -> Option<&'a Latin1Str>
Get the data in column targetLOT
sourcepub fn target_group(&self) -> Option<&'a Latin1Str>
pub fn target_group(&self) -> Option<&'a Latin1Str>
Get the data in column targetGroup
sourcepub fn target_count(&self) -> Option<i32>
pub fn target_count(&self) -> Option<i32>
Get the data in column targetCount
sourcepub fn valid_contexts(&self) -> i64
pub fn valid_contexts(&self) -> i64
Get the data in column validContexts
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 PreconditionsRow<'a, 'b>
impl<'a, 'b> Clone for PreconditionsRow<'a, 'b>
source§fn clone(&self) -> PreconditionsRow<'a, 'b>
fn clone(&self) -> PreconditionsRow<'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