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