pub enum SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason {
RequiresLocationInputs,
}
Expand description
If Stripe disabled automatic tax, this enum describes why.
Variants§
RequiresLocationInputs
Implementations§
Trait Implementations§
Source§impl Clone for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl Clone for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
Source§fn clone(
&self,
) -> SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
fn clone( &self, ) -> SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
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 SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl FromValueOpt for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl PartialEq for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
Source§fn eq(
&self,
other: &SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason,
) -> bool
fn eq( &self, other: &SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl Eq for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl StructuralPartialEq for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
Auto Trait Implementations§
impl Freeze for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl RefUnwindSafe for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl Send for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl Sync for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl Unpin for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
impl UnwindSafe for SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxDisabledReason
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