pub enum MissionTasksColumn {
Show 13 variants
Id,
LocStatus,
TaskType,
Target,
TargetGroup,
TargetValue,
TaskParam1,
LargeTaskIcon,
IconId,
Uid,
LargeTaskIconId,
Localize,
GateVersion,
}
Expand description
Columns in table MissionTasks
See also: [`MissionTasks.html>
Variants§
Id
Index of column id
LocStatus
Index of column locStatus
TaskType
Index of column taskType
Target
Index of column target
TargetGroup
Index of column targetGroup
TargetValue
Index of column targetValue
TaskParam1
Index of column taskParam1
LargeTaskIcon
Index of column largeTaskIcon
IconId
Index of column IconID
Uid
Index of column uid
LargeTaskIconId
Index of column largeTaskIconID
Localize
Index of column localize
GateVersion
Index of column gate_version
Trait Implementations§
source§impl Clone for MissionTasksColumn
impl Clone for MissionTasksColumn
source§fn clone(&self) -> MissionTasksColumn
fn clone(&self) -> MissionTasksColumn
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 moresource§impl Debug for MissionTasksColumn
impl Debug for MissionTasksColumn
source§impl Hash for MissionTasksColumn
impl Hash for MissionTasksColumn
source§impl Ord for MissionTasksColumn
impl Ord for MissionTasksColumn
source§fn cmp(&self, other: &MissionTasksColumn) -> Ordering
fn cmp(&self, other: &MissionTasksColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<MissionTasksColumn> for MissionTasksColumn
impl PartialEq<MissionTasksColumn> for MissionTasksColumn
source§fn eq(&self, other: &MissionTasksColumn) -> bool
fn eq(&self, other: &MissionTasksColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MissionTasksColumn> for MissionTasksColumn
impl PartialOrd<MissionTasksColumn> for MissionTasksColumn
source§fn partial_cmp(&self, other: &MissionTasksColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &MissionTasksColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TypedColumn for MissionTasksColumn
impl TypedColumn for MissionTasksColumn
source§fn to_static_str(&self) -> &'static str
fn to_static_str(&self) -> &'static str
Return the original name of the column
source§fn serialize_struct_field<S: SerializeStruct>(
&self,
s: &mut S,
value: Field<'_>
) -> Result<(), S::Error>
fn serialize_struct_field<S: SerializeStruct>( &self, s: &mut S, value: Field<'_> ) -> Result<(), S::Error>
Serialize a field to a struct