Struct jenkins_api::changeset::CommonChangeSetList[][src]

pub struct CommonChangeSetList {
    pub kind: Option<String>,
    pub items: Vec<CommonChangeSet>,
    pub class: Option<String>,
    // some fields omitted
}

A Jenkins ChangeSetList

Fields

Origin of the changes

Changes in this list

_class provided by Jenkins

Methods

impl CommonChangeSetList
[src]

Read the object as one of it's specialization implementing $trait

Trait Implementations

impl Debug for CommonChangeSetList
[src]

Formats the value using the given formatter. Read more

impl Clone for CommonChangeSetList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ChangeSetList for CommonChangeSetList
[src]

Auto Trait Implementations