Enum ci_info::types::Vendor [] [src]

pub enum Vendor {
    TRAVIS,
    CIRCLE,
    GITLAB,
    APPVEYOR,
    CODESHIP,
    DRONE,
    MAGNUM,
    SEMAPHORE,
    JENKINS,
    BAMBOO,
    TFS,
    TEAMCITY,
    BUILDKITE,
    HUDSON,
    TASKCLUSTER,
    GOCD,
    BITBUCKET,
    CODEBUILD,
}

Supported vendors enum

Variants

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

CI vendor

Trait Implementations

impl Debug for Vendor
[src]

[src]

Formats the value using the given formatter.

impl Clone for Vendor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Vendor
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for Vendor
[src]