Struct nomad_client_rs::api::allocation::models::AllocationRestartRequest
source · 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