Struct jenkins_api::changeset::EmptyChangeSet[][src]

pub struct EmptyChangeSet {
    pub kind: Option<String>,
    pub items: Vec<CommonChangeSet>,
}

No changes recorded

Fields

Origin of the changes

Changes in this list

Trait Implementations

impl Debug for EmptyChangeSet
[src]

Formats the value using the given formatter. Read more

impl ChangeSetList for EmptyChangeSet
[src]

impl Class for EmptyChangeSet
[src]

Should reply the _class provided by Jenkins for a type

Auto Trait Implementations