pub enum ActivityRewardsColumn {
ObjectTemplate,
ActivityRewardIndex,
ActivityRating,
LootMatrixIndex,
CurrencyIndex,
ChallengeRating,
Description,
}
Expand description
Columns in table ActivityRewards
See also: [`ActivityRewards.html>
Variants§
ObjectTemplate
Index of column objectTemplate
ActivityRewardIndex
Index of column ActivityRewardIndex
ActivityRating
Index of column activityRating
LootMatrixIndex
Index of column LootMatrixIndex
CurrencyIndex
Index of column CurrencyIndex
ChallengeRating
Index of column ChallengeRating
Description
Index of column description
Trait Implementations§
source§impl Clone for ActivityRewardsColumn
impl Clone for ActivityRewardsColumn
source§fn clone(&self) -> ActivityRewardsColumn
fn clone(&self) -> ActivityRewardsColumn
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 ActivityRewardsColumn
impl Debug for ActivityRewardsColumn
source§impl Hash for ActivityRewardsColumn
impl Hash for ActivityRewardsColumn
source§impl Ord for ActivityRewardsColumn
impl Ord for ActivityRewardsColumn
source§fn cmp(&self, other: &ActivityRewardsColumn) -> Ordering
fn cmp(&self, other: &ActivityRewardsColumn) -> 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<ActivityRewardsColumn> for ActivityRewardsColumn
impl PartialEq<ActivityRewardsColumn> for ActivityRewardsColumn
source§fn eq(&self, other: &ActivityRewardsColumn) -> bool
fn eq(&self, other: &ActivityRewardsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ActivityRewardsColumn> for ActivityRewardsColumn
impl PartialOrd<ActivityRewardsColumn> for ActivityRewardsColumn
source§fn partial_cmp(&self, other: &ActivityRewardsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ActivityRewardsColumn) -> 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 ActivityRewardsColumn
impl TypedColumn for ActivityRewardsColumn
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