pub struct StartPlanResponseArgs {
    pub already_running: bool,
}Fields§
§already_running: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for StartPlanResponseArgs
impl RefUnwindSafe for StartPlanResponseArgs
impl Send for StartPlanResponseArgs
impl Sync for StartPlanResponseArgs
impl Unpin for StartPlanResponseArgs
impl UnwindSafe for StartPlanResponseArgs
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