pub enum PreviewCreditNoteLinesType {
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 PreviewCreditNoteLinesType
impl Clone for PreviewCreditNoteLinesType
Source§fn clone(&self) -> PreviewCreditNoteLinesType
fn clone(&self) -> PreviewCreditNoteLinesType
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 PreviewCreditNoteLinesType
impl Debug for PreviewCreditNoteLinesType
Source§impl Display for PreviewCreditNoteLinesType
impl Display for PreviewCreditNoteLinesType
Source§impl FromStr for PreviewCreditNoteLinesType
impl FromStr for PreviewCreditNoteLinesType
impl Copy for PreviewCreditNoteLinesType
impl Eq for PreviewCreditNoteLinesType
impl StructuralPartialEq for PreviewCreditNoteLinesType
Auto Trait Implementations§
impl Freeze for PreviewCreditNoteLinesType
impl RefUnwindSafe for PreviewCreditNoteLinesType
impl Send for PreviewCreditNoteLinesType
impl Sync for PreviewCreditNoteLinesType
impl Unpin for PreviewCreditNoteLinesType
impl UnwindSafe for PreviewCreditNoteLinesType
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