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

pub struct StepAtomNode {}

A step

Trait Implementations

impl Debug for StepAtomNode
[src]

Formats the value using the given formatter. Read more

impl Copy for StepAtomNode
[src]

impl Clone for StepAtomNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Class for StepAtomNode
[src]

Should reply the _class provided by Jenkins for a type

impl PipelineNode for StepAtomNode
[src]

Auto Trait Implementations