pub enum SubscriptionPricingColumn {
Id,
CountryCode,
MonthlyFeeGold,
MonthlyFeeSilver,
MonthlyFeeBronze,
MonetarySymbol,
SymbolIsAppended,
}
Expand description
Columns in table SubscriptionPricing
See also: [`SubscriptionPricing.html>
Variants§
Id
Index of column id
CountryCode
Index of column countryCode
MonthlyFeeGold
Index of column monthlyFeeGold
MonthlyFeeSilver
Index of column monthlyFeeSilver
MonthlyFeeBronze
Index of column monthlyFeeBronze
MonetarySymbol
Index of column monetarySymbol
SymbolIsAppended
Index of column symbolIsAppended
Trait Implementations§
source§impl Clone for SubscriptionPricingColumn
impl Clone for SubscriptionPricingColumn
source§fn clone(&self) -> SubscriptionPricingColumn
fn clone(&self) -> SubscriptionPricingColumn
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 SubscriptionPricingColumn
impl Debug for SubscriptionPricingColumn
source§impl Hash for SubscriptionPricingColumn
impl Hash for SubscriptionPricingColumn
source§impl Ord for SubscriptionPricingColumn
impl Ord for SubscriptionPricingColumn
source§fn cmp(&self, other: &SubscriptionPricingColumn) -> Ordering
fn cmp(&self, other: &SubscriptionPricingColumn) -> 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<SubscriptionPricingColumn> for SubscriptionPricingColumn
impl PartialEq<SubscriptionPricingColumn> for SubscriptionPricingColumn
source§fn eq(&self, other: &SubscriptionPricingColumn) -> bool
fn eq(&self, other: &SubscriptionPricingColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SubscriptionPricingColumn> for SubscriptionPricingColumn
impl PartialOrd<SubscriptionPricingColumn> for SubscriptionPricingColumn
source§fn partial_cmp(&self, other: &SubscriptionPricingColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &SubscriptionPricingColumn) -> 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 SubscriptionPricingColumn
impl TypedColumn for SubscriptionPricingColumn
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