Enum jenkins_api::error::Action [] [src]

pub enum Action {
    GetField(&'static str),
    GetLinkedItem(ExpectedType),
}

Possible action done on an object

Variants

Get a field

Get linked item

Trait Implementations

impl Debug for Action
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Action
[src]

impl Clone for Action
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Action
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Action

impl Sync for Action