pub enum PreviewLinesCreditNoteLinesType {
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 PreviewLinesCreditNoteLinesType
impl Clone for PreviewLinesCreditNoteLinesType
Source§fn clone(&self) -> PreviewLinesCreditNoteLinesType
fn clone(&self) -> PreviewLinesCreditNoteLinesType
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 PreviewLinesCreditNoteLinesType
impl PartialEq for PreviewLinesCreditNoteLinesType
Source§fn eq(&self, other: &PreviewLinesCreditNoteLinesType) -> bool
fn eq(&self, other: &PreviewLinesCreditNoteLinesType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PreviewLinesCreditNoteLinesType
impl Eq for PreviewLinesCreditNoteLinesType
impl StructuralPartialEq for PreviewLinesCreditNoteLinesType
Auto Trait Implementations§
impl Freeze for PreviewLinesCreditNoteLinesType
impl RefUnwindSafe for PreviewLinesCreditNoteLinesType
impl Send for PreviewLinesCreditNoteLinesType
impl Sync for PreviewLinesCreditNoteLinesType
impl Unpin for PreviewLinesCreditNoteLinesType
impl UnwindSafe for PreviewLinesCreditNoteLinesType
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