Struct paradox_typed_db::rows::SubscriptionPricingRow
source · pub struct SubscriptionPricingRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> SubscriptionPricingRow<'a, 'b>
impl<'a, 'b> SubscriptionPricingRow<'a, 'b>
sourcepub fn country_code(&self) -> &'a Latin1Str
pub fn country_code(&self) -> &'a Latin1Str
Get the data in column countryCode
sourcepub fn monthly_fee_gold(&self) -> &'a Latin1Str
pub fn monthly_fee_gold(&self) -> &'a Latin1Str
Get the data in column monthlyFeeGold
sourcepub fn monthly_fee_silver(&self) -> &'a Latin1Str
pub fn monthly_fee_silver(&self) -> &'a Latin1Str
Get the data in column monthlyFeeSilver
sourcepub fn monthly_fee_bronze(&self) -> &'a Latin1Str
pub fn monthly_fee_bronze(&self) -> &'a Latin1Str
Get the data in column monthlyFeeBronze
sourcepub fn monetary_symbol(&self) -> i32
pub fn monetary_symbol(&self) -> i32
Get the data in column monetarySymbol
sourcepub fn symbol_is_appended(&self) -> bool
pub fn symbol_is_appended(&self) -> bool
Get the data in column symbolIsAppended
Trait Implementations§
source§impl<'a, 'b> Clone for SubscriptionPricingRow<'a, 'b>
impl<'a, 'b> Clone for SubscriptionPricingRow<'a, 'b>
source§fn clone(&self) -> SubscriptionPricingRow<'a, 'b>
fn clone(&self) -> SubscriptionPricingRow<'a, 'b>
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 more