pub enum CreateCreditNoteLinesType {
CustomLineItem,
InvoiceLineItem,
}
Expand description
Type of the credit note line item, one of invoice_line_item
or custom_line_item
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateCreditNoteLinesType
impl Clone for CreateCreditNoteLinesType
Source§fn clone(&self) -> CreateCreditNoteLinesType
fn clone(&self) -> CreateCreditNoteLinesType
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 Debug for CreateCreditNoteLinesType
impl Debug for CreateCreditNoteLinesType
Source§impl Display for CreateCreditNoteLinesType
impl Display for CreateCreditNoteLinesType
Source§impl FromStr for CreateCreditNoteLinesType
impl FromStr for CreateCreditNoteLinesType
impl Copy for CreateCreditNoteLinesType
impl Eq for CreateCreditNoteLinesType
impl StructuralPartialEq for CreateCreditNoteLinesType
Auto Trait Implementations§
impl Freeze for CreateCreditNoteLinesType
impl RefUnwindSafe for CreateCreditNoteLinesType
impl Send for CreateCreditNoteLinesType
impl Sync for CreateCreditNoteLinesType
impl Unpin for CreateCreditNoteLinesType
impl UnwindSafe for CreateCreditNoteLinesType
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