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