Struct jenkins_api::build::ShortBuild[][src]

pub struct ShortBuild<T: Build = CommonBuild> {
    pub url: String,
    pub number: u32,
    // some fields omitted
}

Short Build that is used in lists and links from other structs

Fields

URL for the build

Build number

Methods

impl<T> ShortBuild<T> where
    T: Build,
    T: Deserialize<'de>, 
[src]

Get the full details of a Build matching the ShortBuild

Trait Implementations

impl<T: Debug + Build> Debug for ShortBuild<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone + Build> Clone for ShortBuild<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for ShortBuild<T> where
    T: Send

impl<T> Sync for ShortBuild<T> where
    T: Sync