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