Struct aws_sdk_codebuild::output::StopBuildOutput
source · #[non_exhaustive]pub struct StopBuildOutput { /* private fields */ }
Implementations§
source§impl StopBuildOutput
impl StopBuildOutput
sourcepub fn build_value(&self) -> Option<&Build>
pub fn build_value(&self) -> Option<&Build>
Information about the build.
Note: This member has been renamed from build
.
source§impl StopBuildOutput
impl StopBuildOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopBuildOutput
.
Trait Implementations§
source§impl Clone for StopBuildOutput
impl Clone for StopBuildOutput
source§fn clone(&self) -> StopBuildOutput
fn clone(&self) -> StopBuildOutput
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 StopBuildOutput
impl Debug for StopBuildOutput
source§impl PartialEq<StopBuildOutput> for StopBuildOutput
impl PartialEq<StopBuildOutput> for StopBuildOutput
source§fn eq(&self, other: &StopBuildOutput) -> bool
fn eq(&self, other: &StopBuildOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.