Struct aws_sdk_codepipeline::types::ActionContext
source · #[non_exhaustive]pub struct ActionContext { /* private fields */ }
Expand description
Represents the context of an action in the stage of a pipeline to a job worker.
Implementations§
source§impl ActionContext
impl ActionContext
source§impl ActionContext
impl ActionContext
sourcepub fn builder() -> ActionContextBuilder
pub fn builder() -> ActionContextBuilder
Creates a new builder-style object to manufacture ActionContext
.
Trait Implementations§
source§impl Clone for ActionContext
impl Clone for ActionContext
source§fn clone(&self) -> ActionContext
fn clone(&self) -> ActionContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ActionContext
impl Debug for ActionContext
source§impl PartialEq<ActionContext> for ActionContext
impl PartialEq<ActionContext> for ActionContext
source§fn eq(&self, other: &ActionContext) -> bool
fn eq(&self, other: &ActionContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.