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