pub enum CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType {
Account,
Self_,
}
Expand description
Type of the account referenced in the request.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
impl Clone for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
Source§fn clone(
&self,
) -> CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
fn clone( &self, ) -> CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
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 PartialEq for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
impl PartialEq for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
Source§fn eq(
&self,
other: &CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType,
) -> bool
fn eq( &self, other: &CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
impl Eq for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
impl StructuralPartialEq for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
Auto Trait Implementations§
impl Freeze for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
impl RefUnwindSafe for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
impl Send for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
impl Sync for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
impl Unpin for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
impl UnwindSafe for CreateSubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityType
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