Struct rundeck_api::job::RunBody [] [src]

pub struct RunBody {
    pub filter: Option<String>,
    pub options: HashMap<String, String>,
    pub arg_string: Option<String>,
}

Fields

Trait Implementations

impl Debug for RunBody
[src]

Formats the value using the given formatter.

impl Clone for RunBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more