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