pub enum TamingBuildPuzzlesColumn {
Show 13 variants
Id,
PuzzleModelLot,
NpcLot,
ValidPiecesLxf,
InvalidPiecesLxf,
Difficulty,
Timelimit,
NumValidPieces,
TotalNumPieces,
ModelName,
FullModelLxf,
Duration,
ImagCostPerBuild,
}
Expand description
Columns in table TamingBuildPuzzles
See also: [`TamingBuildPuzzles.html>
Variants§
Id
Index of column id
PuzzleModelLot
Index of column PuzzleModelLot
NpcLot
Index of column NPCLot
ValidPiecesLxf
Index of column ValidPiecesLXF
InvalidPiecesLxf
Index of column InvalidPiecesLXF
Difficulty
Index of column Difficulty
Timelimit
Index of column Timelimit
NumValidPieces
Index of column NumValidPieces
TotalNumPieces
Index of column TotalNumPieces
ModelName
Index of column ModelName
FullModelLxf
Index of column FullModelLXF
Duration
Index of column Duration
ImagCostPerBuild
Index of column imagCostPerBuild
Trait Implementations§
source§impl Clone for TamingBuildPuzzlesColumn
impl Clone for TamingBuildPuzzlesColumn
source§fn clone(&self) -> TamingBuildPuzzlesColumn
fn clone(&self) -> TamingBuildPuzzlesColumn
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 TamingBuildPuzzlesColumn
impl Debug for TamingBuildPuzzlesColumn
source§impl Hash for TamingBuildPuzzlesColumn
impl Hash for TamingBuildPuzzlesColumn
source§impl Ord for TamingBuildPuzzlesColumn
impl Ord for TamingBuildPuzzlesColumn
source§fn cmp(&self, other: &TamingBuildPuzzlesColumn) -> Ordering
fn cmp(&self, other: &TamingBuildPuzzlesColumn) -> 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<TamingBuildPuzzlesColumn> for TamingBuildPuzzlesColumn
impl PartialEq<TamingBuildPuzzlesColumn> for TamingBuildPuzzlesColumn
source§fn eq(&self, other: &TamingBuildPuzzlesColumn) -> bool
fn eq(&self, other: &TamingBuildPuzzlesColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<TamingBuildPuzzlesColumn> for TamingBuildPuzzlesColumn
impl PartialOrd<TamingBuildPuzzlesColumn> for TamingBuildPuzzlesColumn
source§fn partial_cmp(&self, other: &TamingBuildPuzzlesColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &TamingBuildPuzzlesColumn) -> 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 TamingBuildPuzzlesColumn
impl TypedColumn for TamingBuildPuzzlesColumn
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