pub enum ReputationRewardsColumn {
RepLevel,
Sublevel,
Reputation,
}
Expand description
Columns in table ReputationRewards
See also: [`ReputationRewards.html>
Variants§
RepLevel
Index of column repLevel
Sublevel
Index of column sublevel
Reputation
Index of column reputation
Trait Implementations§
source§impl Clone for ReputationRewardsColumn
impl Clone for ReputationRewardsColumn
source§fn clone(&self) -> ReputationRewardsColumn
fn clone(&self) -> ReputationRewardsColumn
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 ReputationRewardsColumn
impl Debug for ReputationRewardsColumn
source§impl Hash for ReputationRewardsColumn
impl Hash for ReputationRewardsColumn
source§impl Ord for ReputationRewardsColumn
impl Ord for ReputationRewardsColumn
source§fn cmp(&self, other: &ReputationRewardsColumn) -> Ordering
fn cmp(&self, other: &ReputationRewardsColumn) -> 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<ReputationRewardsColumn> for ReputationRewardsColumn
impl PartialEq<ReputationRewardsColumn> for ReputationRewardsColumn
source§fn eq(&self, other: &ReputationRewardsColumn) -> bool
fn eq(&self, other: &ReputationRewardsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ReputationRewardsColumn> for ReputationRewardsColumn
impl PartialOrd<ReputationRewardsColumn> for ReputationRewardsColumn
source§fn partial_cmp(&self, other: &ReputationRewardsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ReputationRewardsColumn) -> 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 ReputationRewardsColumn
impl TypedColumn for ReputationRewardsColumn
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