pub enum SubscriptionNextCyclePlanInterval {
Day,
Week,
Month,
Year,
}Expand description
課金の間隔。day, week, month, year のいずれか。
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SubscriptionNextCyclePlanInterval
impl Clone for SubscriptionNextCyclePlanInterval
Source§fn clone(&self) -> SubscriptionNextCyclePlanInterval
fn clone(&self) -> SubscriptionNextCyclePlanInterval
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 FromValueOpt for SubscriptionNextCyclePlanInterval
impl FromValueOpt for SubscriptionNextCyclePlanInterval
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SubscriptionNextCyclePlanInterval
impl PartialEq for SubscriptionNextCyclePlanInterval
Source§fn eq(&self, other: &SubscriptionNextCyclePlanInterval) -> bool
fn eq(&self, other: &SubscriptionNextCyclePlanInterval) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SubscriptionNextCyclePlanInterval
impl Eq for SubscriptionNextCyclePlanInterval
impl StructuralPartialEq for SubscriptionNextCyclePlanInterval
Auto Trait Implementations§
impl Freeze for SubscriptionNextCyclePlanInterval
impl RefUnwindSafe for SubscriptionNextCyclePlanInterval
impl Send for SubscriptionNextCyclePlanInterval
impl Sync for SubscriptionNextCyclePlanInterval
impl Unpin for SubscriptionNextCyclePlanInterval
impl UnwindSafe for SubscriptionNextCyclePlanInterval
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