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