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