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