pub enum CreatePreviewInvoicePreviewMode {
Next,
Recurring,
}
Expand description
Customizes the types of values to include when calculating the invoice.
Defaults to next
if unspecified.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreatePreviewInvoicePreviewMode
impl Clone for CreatePreviewInvoicePreviewMode
Source§fn clone(&self) -> CreatePreviewInvoicePreviewMode
fn clone(&self) -> CreatePreviewInvoicePreviewMode
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 CreatePreviewInvoicePreviewMode
impl PartialEq for CreatePreviewInvoicePreviewMode
Source§fn eq(&self, other: &CreatePreviewInvoicePreviewMode) -> bool
fn eq(&self, other: &CreatePreviewInvoicePreviewMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreatePreviewInvoicePreviewMode
impl Eq for CreatePreviewInvoicePreviewMode
impl StructuralPartialEq for CreatePreviewInvoicePreviewMode
Auto Trait Implementations§
impl Freeze for CreatePreviewInvoicePreviewMode
impl RefUnwindSafe for CreatePreviewInvoicePreviewMode
impl Send for CreatePreviewInvoicePreviewMode
impl Sync for CreatePreviewInvoicePreviewMode
impl Unpin for CreatePreviewInvoicePreviewMode
impl UnwindSafe for CreatePreviewInvoicePreviewMode
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