[][src]Struct obofoundry::Build

pub struct Build {
    pub checkout: Option<String>,
    pub infallible: Option<bool>,
    pub insert_ontology_id: Option<bool>,
    pub method: Option<BuildMethod>,
    pub notes: Option<String>,
    pub oort_args: Option<String>,
    pub path: Option<String>,
    pub source_url: Option<Url>,
    pub system: Option<BuildSystem>,
    pub email_cc: Option<String>,
}

Information about the way an ontology is built.

Fields

checkout: Option<String>infallible: Option<bool>insert_ontology_id: Option<bool>method: Option<BuildMethod>notes: Option<String>oort_args: Option<String>path: Option<String>source_url: Option<Url>system: Option<BuildSystem>email_cc: Option<String>

Trait Implementations

impl PartialEq<Build> for Build[src]

impl Eq for Build[src]

impl Debug for Build[src]

impl Hash for Build[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Serialize for Build[src]

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

Auto Trait Implementations

impl Send for Build

impl Sync for Build

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]