Struct aws_sdk_devicefarm::output::GetProjectOutput
source · #[non_exhaustive]pub struct GetProjectOutput { /* private fields */ }Expand description
Represents the result of a get project request.
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 more