pub enum CreditNotesPretaxCreditAmountType {
CreditBalanceTransaction,
Discount,
}
Expand description
Type of the pretax credit amount referenced.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreditNotesPretaxCreditAmountType
impl Clone for CreditNotesPretaxCreditAmountType
Source§fn clone(&self) -> CreditNotesPretaxCreditAmountType
fn clone(&self) -> CreditNotesPretaxCreditAmountType
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 CreditNotesPretaxCreditAmountType
impl FromValueOpt for CreditNotesPretaxCreditAmountType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for CreditNotesPretaxCreditAmountType
impl PartialEq for CreditNotesPretaxCreditAmountType
Source§fn eq(&self, other: &CreditNotesPretaxCreditAmountType) -> bool
fn eq(&self, other: &CreditNotesPretaxCreditAmountType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreditNotesPretaxCreditAmountType
impl Eq for CreditNotesPretaxCreditAmountType
impl StructuralPartialEq for CreditNotesPretaxCreditAmountType
Auto Trait Implementations§
impl Freeze for CreditNotesPretaxCreditAmountType
impl RefUnwindSafe for CreditNotesPretaxCreditAmountType
impl Send for CreditNotesPretaxCreditAmountType
impl Sync for CreditNotesPretaxCreditAmountType
impl Unpin for CreditNotesPretaxCreditAmountType
impl UnwindSafe for CreditNotesPretaxCreditAmountType
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