Struct rusoto_codepipeline::GetPipelineOutput
[−]
[src]
pub struct GetPipelineOutput { pub pipeline: Option<PipelineDeclaration>, }
Represents the output of a get pipeline action.
Fields
pipeline: Option<PipelineDeclaration>
Trait Implementations
impl Default for GetPipelineOutput
[src]
fn default() -> GetPipelineOutput
Returns the "default value" for a type. Read more
impl Debug for GetPipelineOutput
[src]
impl Clone for GetPipelineOutput
[src]
fn clone(&self) -> GetPipelineOutput
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more