pub struct DeletedInvoice {
pub id: InvoiceId,
/* private fields */
}
Fields§
§id: InvoiceId
Unique identifier for the object.
Trait Implementations§
Source§impl Clone for DeletedInvoice
impl Clone for DeletedInvoice
Source§fn clone(&self) -> DeletedInvoice
fn clone(&self) -> DeletedInvoice
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 DeletedInvoice
impl Debug for DeletedInvoice
Source§impl Deserialize for DeletedInvoice
impl Deserialize for DeletedInvoice
Source§impl FromValueOpt for DeletedInvoice
impl FromValueOpt for DeletedInvoice
fn from_value(v: Value) -> Option<Self>
Source§impl Object for DeletedInvoice
impl Object for DeletedInvoice
Source§impl ObjectDeser for DeletedInvoice
impl ObjectDeser for DeletedInvoice
Auto Trait Implementations§
impl Freeze for DeletedInvoice
impl RefUnwindSafe for DeletedInvoice
impl Send for DeletedInvoice
impl Sync for DeletedInvoice
impl Unpin for DeletedInvoice
impl UnwindSafe for DeletedInvoice
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