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