Struct jenkins_api::queue::Queue[][src]

pub struct Queue {
    pub items: Vec<QueueItem>,
}

The Jenkins Queue, the list of QueueItem that are waiting to be built

Fields

List of items currently in the queue

Trait Implementations

impl Debug for Queue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Queue

impl Sync for Queue