Enum paradox_typed_db::columns::RewardsColumn
source · pub enum RewardsColumn {
Id,
LevelId,
MissionId,
RewardType,
Value,
Count,
}
Expand description
Columns in table Rewards
See also: [`Rewards.html>
Variants§
Id
Index of column id
LevelId
Index of column LevelID
MissionId
Index of column MissionID
RewardType
Index of column RewardType
Value
Index of column value
Count
Index of column count
Trait Implementations§
source§impl Clone for RewardsColumn
impl Clone for RewardsColumn
source§fn clone(&self) -> RewardsColumn
fn clone(&self) -> RewardsColumn
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 RewardsColumn
impl Debug for RewardsColumn
source§impl Hash for RewardsColumn
impl Hash for RewardsColumn
source§impl Ord for RewardsColumn
impl Ord for RewardsColumn
source§fn cmp(&self, other: &RewardsColumn) -> Ordering
fn cmp(&self, other: &RewardsColumn) -> 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<RewardsColumn> for RewardsColumn
impl PartialEq<RewardsColumn> for RewardsColumn
source§fn eq(&self, other: &RewardsColumn) -> bool
fn eq(&self, other: &RewardsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RewardsColumn> for RewardsColumn
impl PartialOrd<RewardsColumn> for RewardsColumn
source§fn partial_cmp(&self, other: &RewardsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &RewardsColumn) -> 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 RewardsColumn
impl TypedColumn for RewardsColumn
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