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
TRAVISCI vendor
CIRCLECI vendor
GITLABCI vendor
APPVEYORCI vendor
CODESHIPCI vendor
DRONECI vendor
MAGNUMCI vendor
SEMAPHORECI vendor
JENKINSCI vendor
BAMBOOCI vendor
TFSCI vendor
TEAMCITYCI vendor
BUILDKITECI vendor
HUDSONCI vendor
TASKCLUSTERCI vendor
GOCDCI vendor
BITBUCKETCI vendor
CODEBUILDCI vendor
Trait Implementations
impl Debug for Vendor[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Vendor[src]
fn clone(&self) -> Vendor[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for Vendor[src]
fn eq(&self, __arg_0: &Vendor) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.