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