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