pub enum PetComponentColumn {
Show 15 variants
Id,
MinTameUpdateTime,
MaxTameUpdateTime,
PercentTameChance,
Tamability,
ElementType,
WalkSpeed,
RunSpeed,
SprintSpeed,
IdleTimeMin,
IdleTimeMax,
PetForm,
ImaginationDrainRate,
AudioMetaEventSet,
BuffIDs,
}
Expand description
Columns in table PetComponent
See also: [`PetComponent.html>
Variants§
Id
Index of column id
MinTameUpdateTime
Index of column minTameUpdateTime
MaxTameUpdateTime
Index of column maxTameUpdateTime
PercentTameChance
Index of column percentTameChance
Tamability
Index of column tamability
ElementType
Index of column elementType
WalkSpeed
Index of column walkSpeed
RunSpeed
Index of column runSpeed
SprintSpeed
Index of column sprintSpeed
IdleTimeMin
Index of column idleTimeMin
IdleTimeMax
Index of column idleTimeMax
PetForm
Index of column petForm
ImaginationDrainRate
Index of column imaginationDrainRate
AudioMetaEventSet
Index of column AudioMetaEventSet
BuffIDs
Index of column buffIDs
Trait Implementations§
source§impl Clone for PetComponentColumn
impl Clone for PetComponentColumn
source§fn clone(&self) -> PetComponentColumn
fn clone(&self) -> PetComponentColumn
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 PetComponentColumn
impl Debug for PetComponentColumn
source§impl Hash for PetComponentColumn
impl Hash for PetComponentColumn
source§impl Ord for PetComponentColumn
impl Ord for PetComponentColumn
source§fn cmp(&self, other: &PetComponentColumn) -> Ordering
fn cmp(&self, other: &PetComponentColumn) -> 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<PetComponentColumn> for PetComponentColumn
impl PartialEq<PetComponentColumn> for PetComponentColumn
source§fn eq(&self, other: &PetComponentColumn) -> bool
fn eq(&self, other: &PetComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PetComponentColumn> for PetComponentColumn
impl PartialOrd<PetComponentColumn> for PetComponentColumn
source§fn partial_cmp(&self, other: &PetComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &PetComponentColumn) -> 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 PetComponentColumn
impl TypedColumn for PetComponentColumn
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