Struct aws_sdk_devicefarm::operation::get_suite::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() -> GetSuiteOutputBuilder
pub fn builder() -> GetSuiteOutputBuilder
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 ==.source§impl RequestId for GetSuiteOutput
impl RequestId for GetSuiteOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.