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]
impl Debug for Vendorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Vendor[src]
impl Clone for Vendorfn clone(&self) -> Vendor[src]
fn clone(&self) -> VendorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Vendor[src]
impl PartialEq for Vendorfn eq(&self, other: &Vendor) -> bool[src]
fn eq(&self, other: &Vendor) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Copy for Vendor[src]
impl Copy for Vendor