Struct rundeck_api::Project [] [src]

pub struct Project {
    pub url: String,
    pub description: Option<String>,
    pub name: String,
}

Fields

Trait Implementations

impl Clone for Project
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Project
[src]

Formats the value using the given formatter.