Struct aws_sdk_codebuild::model::PhaseContext
source · #[non_exhaustive]pub struct PhaseContext { /* private fields */ }
Expand description
Additional information about a build phase that has an error. You can use this information for troubleshooting.
Implementations§
source§impl PhaseContext
impl PhaseContext
source§impl PhaseContext
impl PhaseContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PhaseContext
.
Trait Implementations§
source§impl Clone for PhaseContext
impl Clone for PhaseContext
source§fn clone(&self) -> PhaseContext
fn clone(&self) -> PhaseContext
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 PhaseContext
impl Debug for PhaseContext
source§impl PartialEq<PhaseContext> for PhaseContext
impl PartialEq<PhaseContext> for PhaseContext
source§fn eq(&self, other: &PhaseContext) -> bool
fn eq(&self, other: &PhaseContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.