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