Struct aws_sdk_codepipeline::model::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
sourceimpl ActionContext
impl ActionContext
sourceimpl ActionContext
impl ActionContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionContext
.
Trait Implementations
sourceimpl Clone for ActionContext
impl Clone for ActionContext
sourcefn clone(&self) -> ActionContext
fn clone(&self) -> ActionContext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ActionContext
impl Debug for ActionContext
sourceimpl PartialEq<ActionContext> for ActionContext
impl PartialEq<ActionContext> for ActionContext
sourcefn eq(&self, other: &ActionContext) -> bool
fn eq(&self, other: &ActionContext) -> bool
impl StructuralPartialEq for ActionContext
Auto Trait Implementations
impl RefUnwindSafe for ActionContext
impl Send for ActionContext
impl Sync for ActionContext
impl Unpin for ActionContext
impl UnwindSafe for ActionContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more