pub struct DeletePlanRequestArgs {
    pub id: u64,
}Fields§
§id: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeletePlanRequestArgs
impl RefUnwindSafe for DeletePlanRequestArgs
impl Send for DeletePlanRequestArgs
impl Sync for DeletePlanRequestArgs
impl Unpin for DeletePlanRequestArgs
impl UnwindSafe for DeletePlanRequestArgs
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