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

pub struct FlowEndNode {}

End of a flow

Trait Implementations

impl Debug for FlowEndNode
[src]

Formats the value using the given formatter. Read more

impl Copy for FlowEndNode
[src]

impl Clone for FlowEndNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Class for FlowEndNode
[src]

Should reply the _class provided by Jenkins for a type

impl PipelineNode for FlowEndNode
[src]

Auto Trait Implementations

impl Send for FlowEndNode

impl Sync for FlowEndNode