pub struct InvoicesResourceFromInvoice {
pub action: String,
pub invoice: Expandable<Invoice>,
}
Fields§
§action: String
The relation between this invoice and the cloned invoice
invoice: Expandable<Invoice>
The invoice that was cloned.
Trait Implementations§
Source§impl Clone for InvoicesResourceFromInvoice
impl Clone for InvoicesResourceFromInvoice
Source§fn clone(&self) -> InvoicesResourceFromInvoice
fn clone(&self) -> InvoicesResourceFromInvoice
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 InvoicesResourceFromInvoice
impl Debug for InvoicesResourceFromInvoice
Auto Trait Implementations§
impl Freeze for InvoicesResourceFromInvoice
impl RefUnwindSafe for InvoicesResourceFromInvoice
impl Send for InvoicesResourceFromInvoice
impl Sync for InvoicesResourceFromInvoice
impl Unpin for InvoicesResourceFromInvoice
impl UnwindSafe for InvoicesResourceFromInvoice
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