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