pub enum ActivitiesColumn {
Show 19 variants
ActivityId,
LocStatus,
InstanceMapId,
MinTeams,
MaxTeams,
MinTeamSize,
MaxTeamSize,
WaitTime,
StartDelay,
RequiresUniqueData,
LeaderboardType,
Localize,
OptionalCostLot,
OptionalCostCount,
ShowUiRewards,
CommunityActivityFlagId,
GateVersion,
NoTeamLootOnDeath,
OptionalPercentage,
}
Expand description
Columns in table Activities
See also: [`Activities.html>
Variants§
ActivityId
Index of column ActivityID
LocStatus
Index of column locStatus
InstanceMapId
Index of column instanceMapID
MinTeams
Index of column minTeams
MaxTeams
Index of column maxTeams
MinTeamSize
Index of column minTeamSize
MaxTeamSize
Index of column maxTeamSize
WaitTime
Index of column waitTime
StartDelay
Index of column startDelay
RequiresUniqueData
Index of column requiresUniqueData
LeaderboardType
Index of column leaderboardType
Localize
Index of column localize
OptionalCostLot
Index of column optionalCostLOT
OptionalCostCount
Index of column optionalCostCount
ShowUiRewards
Index of column showUIRewards
CommunityActivityFlagId
Index of column CommunityActivityFlagID
GateVersion
Index of column gate_version
NoTeamLootOnDeath
Index of column noTeamLootOnDeath
OptionalPercentage
Index of column optionalPercentage
Trait Implementations§
source§impl Clone for ActivitiesColumn
impl Clone for ActivitiesColumn
source§fn clone(&self) -> ActivitiesColumn
fn clone(&self) -> ActivitiesColumn
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 ActivitiesColumn
impl Debug for ActivitiesColumn
source§impl Hash for ActivitiesColumn
impl Hash for ActivitiesColumn
source§impl Ord for ActivitiesColumn
impl Ord for ActivitiesColumn
source§fn cmp(&self, other: &ActivitiesColumn) -> Ordering
fn cmp(&self, other: &ActivitiesColumn) -> 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<ActivitiesColumn> for ActivitiesColumn
impl PartialEq<ActivitiesColumn> for ActivitiesColumn
source§fn eq(&self, other: &ActivitiesColumn) -> bool
fn eq(&self, other: &ActivitiesColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ActivitiesColumn> for ActivitiesColumn
impl PartialOrd<ActivitiesColumn> for ActivitiesColumn
source§fn partial_cmp(&self, other: &ActivitiesColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ActivitiesColumn) -> 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 ActivitiesColumn
impl TypedColumn for ActivitiesColumn
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