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