pub struct InvoiceCloneInput {
pub invoice_id: String,
}Expand description
Input for cloning an invoice.
Fields§
§invoice_id: StringTrait Implementations§
Source§impl Clone for InvoiceCloneInput
impl Clone for InvoiceCloneInput
Source§fn clone(&self) -> InvoiceCloneInput
fn clone(&self) -> InvoiceCloneInput
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 InvoiceCloneInput
impl Debug for InvoiceCloneInput
Auto Trait Implementations§
impl Freeze for InvoiceCloneInput
impl RefUnwindSafe for InvoiceCloneInput
impl Send for InvoiceCloneInput
impl Sync for InvoiceCloneInput
impl Unpin for InvoiceCloneInput
impl UnsafeUnpin for InvoiceCloneInput
impl UnwindSafe for InvoiceCloneInput
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