Struct jenkins_api::queue::ShortQueueItem [] [src]

pub struct ShortQueueItem {
    pub url: String,
    // some fields omitted
}

Short Queue Item that is returned when building a job

Fields

URL to this queued item

Methods

impl ShortQueueItem
[src]

[src]

Get the full details of a QueueItem matching the ShortQueueItem

Trait Implementations

impl Debug for ShortQueueItem
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ShortQueueItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations