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