Struct hubcaps::deployments::Deployment [] [src]

pub struct Deployment {
    pub url: String,
    pub id: u64,
    pub sha: String,
    pub commit_ref: String,
    pub task: String,
    pub payload: Value,
    pub environment: String,
    pub description: Option<String>,
    pub creator: User,
    pub created_at: String,
    pub updated_at: String,
    pub statuses_url: String,
    pub repository_url: String,
}

Fields

Trait Implementations

impl Debug for Deployment
[src]

[src]

Formats the value using the given formatter.