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