#[non_exhaustive]pub struct StopBuildBatchOutput { /* private fields */ }
Implementations§
source§impl StopBuildBatchOutput
impl StopBuildBatchOutput
sourcepub fn build_batch(&self) -> Option<&BuildBatch>
pub fn build_batch(&self) -> Option<&BuildBatch>
Contains information about a batch build.
source§impl StopBuildBatchOutput
impl StopBuildBatchOutput
sourcepub fn builder() -> StopBuildBatchOutputBuilder
pub fn builder() -> StopBuildBatchOutputBuilder
Creates a new builder-style object to manufacture StopBuildBatchOutput
.
Trait Implementations§
source§impl Clone for StopBuildBatchOutput
impl Clone for StopBuildBatchOutput
source§fn clone(&self) -> StopBuildBatchOutput
fn clone(&self) -> StopBuildBatchOutput
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 StopBuildBatchOutput
impl Debug for StopBuildBatchOutput
source§impl PartialEq<StopBuildBatchOutput> for StopBuildBatchOutput
impl PartialEq<StopBuildBatchOutput> for StopBuildBatchOutput
source§fn eq(&self, other: &StopBuildBatchOutput) -> bool
fn eq(&self, other: &StopBuildBatchOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for StopBuildBatchOutput
impl RequestId for StopBuildBatchOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.