pub enum PreconditionsColumn {
Id,
Type,
TargetLot,
TargetGroup,
TargetCount,
IconId,
Localize,
ValidContexts,
LocStatus,
GateVersion,
}
Expand description
Columns in table Preconditions
See also: [`Preconditions.html>
Variants§
Id
Index of column id
Type
Index of column type
TargetLot
Index of column targetLOT
TargetGroup
Index of column targetGroup
TargetCount
Index of column targetCount
IconId
Index of column iconID
Localize
Index of column localize
ValidContexts
Index of column validContexts
LocStatus
Index of column locStatus
GateVersion
Index of column gate_version
Trait Implementations§
source§impl Clone for PreconditionsColumn
impl Clone for PreconditionsColumn
source§fn clone(&self) -> PreconditionsColumn
fn clone(&self) -> PreconditionsColumn
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 PreconditionsColumn
impl Debug for PreconditionsColumn
source§impl Hash for PreconditionsColumn
impl Hash for PreconditionsColumn
source§impl Ord for PreconditionsColumn
impl Ord for PreconditionsColumn
source§fn cmp(&self, other: &PreconditionsColumn) -> Ordering
fn cmp(&self, other: &PreconditionsColumn) -> 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<PreconditionsColumn> for PreconditionsColumn
impl PartialEq<PreconditionsColumn> for PreconditionsColumn
source§fn eq(&self, other: &PreconditionsColumn) -> bool
fn eq(&self, other: &PreconditionsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PreconditionsColumn> for PreconditionsColumn
impl PartialOrd<PreconditionsColumn> for PreconditionsColumn
source§fn partial_cmp(&self, other: &PreconditionsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &PreconditionsColumn) -> 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 PreconditionsColumn
impl TypedColumn for PreconditionsColumn
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