pub enum PriceBillingScheme {
PerUnit,
Tiered,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PriceBillingScheme
impl Clone for PriceBillingScheme
Source§fn clone(&self) -> PriceBillingScheme
fn clone(&self) -> PriceBillingScheme
Returns a duplicate 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 PriceBillingScheme
impl Debug for PriceBillingScheme
Source§impl Deserialize for PriceBillingScheme
impl Deserialize for PriceBillingScheme
Source§impl Display for PriceBillingScheme
impl Display for PriceBillingScheme
Source§impl FromStr for PriceBillingScheme
impl FromStr for PriceBillingScheme
Source§impl FromValueOpt for PriceBillingScheme
impl FromValueOpt for PriceBillingScheme
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PriceBillingScheme
impl PartialEq for PriceBillingScheme
Source§impl Serialize for PriceBillingScheme
impl Serialize for PriceBillingScheme
impl Copy for PriceBillingScheme
impl Eq for PriceBillingScheme
impl StructuralPartialEq for PriceBillingScheme
Auto Trait Implementations§
impl Freeze for PriceBillingScheme
impl RefUnwindSafe for PriceBillingScheme
impl Send for PriceBillingScheme
impl Sync for PriceBillingScheme
impl Unpin for PriceBillingScheme
impl UnwindSafe for PriceBillingScheme
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more