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