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

#[non_exhaustive]pub enum Vendor {
    AppCenter,
    AppVeyor,
    AzurePipelines,
    Bamboo,
    BitbucketPipelines,
    Bitrise,
    Buddy,
    Buildkite,
    CircleCI,
    CirrusCI,
    AWSCodeBuild,
    Codeship,
    Drone,
    DSARI,
    GitLabCI,
    GitHubActions,
    GoCD,
    Heroku,
    Hudson,
    Jenkins,
    MagnumCI,
    NetlifyCI,
    Nevercode,
    Render,
    SailCI,
    Screwdriver,
    Semaphore,
    Shippable,
    SolanoCI,
    StriderCD,
    TaskCluster,
    TeamCity,
    TravisCI,
    Vercel,
    Unknown,
}

Supported vendors enum

Variants (Non-exhaustive)

Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
AppCenter

CI vendor

AppVeyor

CI vendor

AzurePipelines

CI vendor

Bamboo

CI vendor

BitbucketPipelines

CI vendor

Bitrise

CI vendor

Buddy

CI vendor

Buildkite

CI vendor

CircleCI

CI vendor

CirrusCI

CI vendor

AWSCodeBuild

CI vendor

Codeship

CI vendor

Drone

CI vendor

DSARI

CI vendor

GitLabCI

CI vendor

GitHubActions

CI vendor

GoCD

CI vendor

Heroku

CI vendor

Hudson

CI vendor

Jenkins

CI vendor

MagnumCI

CI vendor

NetlifyCI

CI vendor

Nevercode

CI vendor

Render

CI vendor

SailCI

CI vendor

Screwdriver

CI vendor

Semaphore

CI vendor

Shippable

CI vendor

SolanoCI

CI vendor

StriderCD

CI vendor

TaskCluster

CI vendor

TeamCity

CI vendor

TravisCI

CI vendor

Vercel

CI vendor

Unknown

CI vendor

Trait Implementations

impl Clone for Vendor[src]

impl Copy for Vendor[src]

impl Debug for Vendor[src]

impl PartialEq<Vendor> for Vendor[src]

impl StructuralPartialEq for Vendor[src]

Auto Trait Implementations

impl RefUnwindSafe for Vendor

impl Send for Vendor

impl Sync for Vendor

impl Unpin for Vendor

impl UnwindSafe for Vendor

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.