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

pub struct StepStartNode {}

Beginning of a step

Trait Implementations

impl Debug for StepStartNode
[src]

Formats the value using the given formatter. Read more

impl Copy for StepStartNode
[src]

impl Clone for StepStartNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Class for StepStartNode
[src]

Should reply the _class provided by Jenkins for a type

impl PipelineNode for StepStartNode
[src]

Auto Trait Implementations