Struct ci_detective::codeship::Codeship [] [src]

pub struct Codeship {
    pub branch: String,
    pub build_number: String,
    pub build_url: String,
    pub committer_email: String,
    pub committer_name: String,
    pub committer_username: String,
    pub commit_id: String,
    pub message: String,
    pub repo_name: String,
    // some fields omitted
}

Fields

Methods

impl Codeship
[src]

[src]

Construct this provider's information from the environment.

Trait Implementations

impl Clone for Codeship
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Codeship
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Codeship

impl Sync for Codeship