pub struct AllocationRestartRequest {
pub task_name: Option<String>,
pub all_tasks: Option<bool>,
}
Fields§
§task_name: Option<String>
§all_tasks: Option<bool>
Trait Implementations§
Source§impl Debug for AllocationRestartRequest
impl Debug for AllocationRestartRequest
Source§impl Default for AllocationRestartRequest
impl Default for AllocationRestartRequest
Source§fn default() -> AllocationRestartRequest
fn default() -> AllocationRestartRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AllocationRestartRequest
impl RefUnwindSafe for AllocationRestartRequest
impl Send for AllocationRestartRequest
impl Sync for AllocationRestartRequest
impl Unpin for AllocationRestartRequest
impl UnwindSafe for AllocationRestartRequest
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