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