Struct paradox_typed_db::rows::MissionTasksRow
source · pub struct MissionTasksRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> MissionTasksRow<'a, 'b>
impl<'a, 'b> MissionTasksRow<'a, 'b>
sourcepub fn loc_status(&self) -> i32
pub fn loc_status(&self) -> i32
Get the data in column locStatus
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_value(&self) -> Option<i32>
pub fn target_value(&self) -> Option<i32>
Get the data in column targetValue
sourcepub fn task_param1(&self) -> Option<&'a Latin1Str>
pub fn task_param1(&self) -> Option<&'a Latin1Str>
Get the data in column taskParam1
sourcepub fn large_task_icon(&self) -> Option<&'a Latin1Str>
pub fn large_task_icon(&self) -> Option<&'a Latin1Str>
Get the data in column largeTaskIcon
sourcepub fn large_task_icon_id(&self) -> Option<i32>
pub fn large_task_icon_id(&self) -> Option<i32>
Get the data in column largeTaskIconID
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 MissionTasksRow<'a, 'b>
impl<'a, 'b> Clone for MissionTasksRow<'a, 'b>
source§fn clone(&self) -> MissionTasksRow<'a, 'b>
fn clone(&self) -> MissionTasksRow<'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