Struct jenkins_api::property::CommonProperty[][src]

pub struct CommonProperty {
    pub class: Option<String>,
    // some fields omitted
}

A Jenkins Property

Fields

_class provided by Jenkins

Methods

impl CommonProperty
[src]

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

Trait Implementations

impl Debug for CommonProperty
[src]

Formats the value using the given formatter. Read more

impl Clone for CommonProperty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Property for CommonProperty
[src]

Auto Trait Implementations