pub enum PreviewLinesCreditNoteEmailType {
CreditNote,
None,
}
Expand description
Type of email to send to the customer, one of credit_note
or none
and the default is credit_note
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PreviewLinesCreditNoteEmailType
impl Clone for PreviewLinesCreditNoteEmailType
Source§fn clone(&self) -> PreviewLinesCreditNoteEmailType
fn clone(&self) -> PreviewLinesCreditNoteEmailType
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 PreviewLinesCreditNoteEmailType
impl PartialEq for PreviewLinesCreditNoteEmailType
Source§fn eq(&self, other: &PreviewLinesCreditNoteEmailType) -> bool
fn eq(&self, other: &PreviewLinesCreditNoteEmailType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PreviewLinesCreditNoteEmailType
impl Eq for PreviewLinesCreditNoteEmailType
impl StructuralPartialEq for PreviewLinesCreditNoteEmailType
Auto Trait Implementations§
impl Freeze for PreviewLinesCreditNoteEmailType
impl RefUnwindSafe for PreviewLinesCreditNoteEmailType
impl Send for PreviewLinesCreditNoteEmailType
impl Sync for PreviewLinesCreditNoteEmailType
impl Unpin for PreviewLinesCreditNoteEmailType
impl UnwindSafe for PreviewLinesCreditNoteEmailType
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