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