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