Struct hubcaps::deployments::DeploymentStatus [] [src]

pub struct DeploymentStatus {
    pub url: String,
    pub created_at: String,
    pub updated_at: String,
    pub state: State,
    pub target_url: Option<String>,
    pub description: Option<String>,
    pub id: u64,
    pub deployment_url: String,
    pub repository_url: String,
    pub creator: User,
}

Fields

Trait Implementations

impl Debug for DeploymentStatus
[src]

[src]

Formats the value using the given formatter.