Struct jenkins_api::action::pipeline::StepEndNode[][src]

pub struct StepEndNode {}

End of a step

Trait Implementations

impl Debug for StepEndNode
[src]

Formats the value using the given formatter. Read more

impl Copy for StepEndNode
[src]

impl Clone for StepEndNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Class for StepEndNode
[src]

Should reply the _class provided by Jenkins for a type

impl PipelineNode for StepEndNode
[src]

Auto Trait Implementations

impl Send for StepEndNode

impl Sync for StepEndNode