Enum jenkins_api::error::ExpectedType [] [src]

pub enum ExpectedType {
    Build,
    Job,
    QueueItem,
    View,
    ShortView,
    MavenArtifactRecord,
}

Possible type of URL expected in links between items

Variants

a Build

a Job

a QueueItem

a View

a ShortView

a MavenArtifactRecord

Trait Implementations

impl Debug for ExpectedType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ExpectedType
[src]

impl Clone for ExpectedType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for ExpectedType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ExpectedType

impl Sync for ExpectedType