[][src]Enum obofoundry::JobType

pub enum JobType {
    TravisCi,
    DryRunBuild,
    ReleaseBuild,
}

The type of a job pipeline.

Variants

TravisCi
DryRunBuild
ReleaseBuild

Trait Implementations

impl Debug for JobType[src]

impl<'de> Deserialize<'de> for JobType[src]

impl Eq for JobType[src]

impl Hash for JobType[src]

impl PartialEq<JobType> for JobType[src]

impl Serialize for JobType[src]

impl StructuralEq for JobType[src]

impl StructuralPartialEq for JobType[src]

Auto Trait Implementations

impl RefUnwindSafe for JobType

impl Send for JobType

impl Sync for JobType

impl Unpin for JobType

impl UnwindSafe for JobType

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

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.