pub enum SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor {
Automatic,
PhaseStart,
}
Expand description
Possible values are phase_start
or automatic
.
If phase_start
then billing cycle anchor of the subscription is set to the start of the phase when entering the phase.
If automatic
then the billing cycle anchor is automatically modified as needed when entering the phase.
For more information, see the billing cycle documentation.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl Clone for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
Source§fn clone(
&self,
) -> SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
fn clone( &self, ) -> SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
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 SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl FromValueOpt for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl PartialEq for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
Source§fn eq(
&self,
other: &SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor,
) -> bool
fn eq( &self, other: &SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl Eq for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl StructuralPartialEq for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
Auto Trait Implementations§
impl Freeze for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl RefUnwindSafe for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl Send for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl Sync for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl Unpin for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
impl UnwindSafe for SubscriptionSchedulesResourceDefaultSettingsBillingCycleAnchor
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