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
sourceimpl PhaseContext
impl PhaseContext
sourceimpl PhaseContext
impl PhaseContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PhaseContext
.
Trait Implementations
sourceimpl Clone for PhaseContext
impl Clone for PhaseContext
sourcefn clone(&self) -> PhaseContext
fn clone(&self) -> PhaseContext
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 PhaseContext
impl Debug for PhaseContext
sourceimpl PartialEq<PhaseContext> for PhaseContext
impl PartialEq<PhaseContext> for PhaseContext
sourcefn eq(&self, other: &PhaseContext) -> bool
fn eq(&self, other: &PhaseContext) -> bool
impl StructuralPartialEq for PhaseContext
Auto Trait Implementations
impl RefUnwindSafe for PhaseContext
impl Send for PhaseContext
impl Sync for PhaseContext
impl Unpin for PhaseContext
impl UnwindSafe for PhaseContext
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