pub struct DeletePlanRequest {
pub code: String,
}Expand description
Request for deleting a plan.
Fields§
§code: StringThe code of the plan to delete.
Implementations§
Trait Implementations§
Source§impl Clone for DeletePlanRequest
impl Clone for DeletePlanRequest
Source§fn clone(&self) -> DeletePlanRequest
fn clone(&self) -> DeletePlanRequest
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 moreAuto Trait Implementations§
impl Freeze for DeletePlanRequest
impl RefUnwindSafe for DeletePlanRequest
impl Send for DeletePlanRequest
impl Sync for DeletePlanRequest
impl Unpin for DeletePlanRequest
impl UnwindSafe for DeletePlanRequest
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