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]

Formats the value using the given formatter. Read more

impl Clone for Vendor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Vendor
[src]

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

This method tests for !=.

impl Copy for Vendor
[src]

Auto Trait Implementations

impl Send for Vendor

impl Sync for Vendor