pub enum CreateInvoiceFromInvoiceAction {
Revision,
}
Expand description
The relation between the new invoice and the original invoice. Currently, only ‘revision’ is permitted.
Variants§
Revision
Implementations§
Trait Implementations§
Source§impl Clone for CreateInvoiceFromInvoiceAction
impl Clone for CreateInvoiceFromInvoiceAction
Source§fn clone(&self) -> CreateInvoiceFromInvoiceAction
fn clone(&self) -> CreateInvoiceFromInvoiceAction
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 CreateInvoiceFromInvoiceAction
impl PartialEq for CreateInvoiceFromInvoiceAction
Source§fn eq(&self, other: &CreateInvoiceFromInvoiceAction) -> bool
fn eq(&self, other: &CreateInvoiceFromInvoiceAction) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateInvoiceFromInvoiceAction
impl Eq for CreateInvoiceFromInvoiceAction
impl StructuralPartialEq for CreateInvoiceFromInvoiceAction
Auto Trait Implementations§
impl Freeze for CreateInvoiceFromInvoiceAction
impl RefUnwindSafe for CreateInvoiceFromInvoiceAction
impl Send for CreateInvoiceFromInvoiceAction
impl Sync for CreateInvoiceFromInvoiceAction
impl Unpin for CreateInvoiceFromInvoiceAction
impl UnwindSafe for CreateInvoiceFromInvoiceAction
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