Struct aws_sdk_iot::operation::create_thing::CreateThingOutput
source · #[non_exhaustive]pub struct CreateThingOutput { /* private fields */ }
Expand description
The output of the CreateThing operation.
Implementations§
source§impl CreateThingOutput
impl CreateThingOutput
sourcepub fn builder() -> CreateThingOutputBuilder
pub fn builder() -> CreateThingOutputBuilder
Creates a new builder-style object to manufacture CreateThingOutput
.
Trait Implementations§
source§impl Clone for CreateThingOutput
impl Clone for CreateThingOutput
source§fn clone(&self) -> CreateThingOutput
fn clone(&self) -> CreateThingOutput
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 CreateThingOutput
impl Debug for CreateThingOutput
source§impl PartialEq<CreateThingOutput> for CreateThingOutput
impl PartialEq<CreateThingOutput> for CreateThingOutput
source§fn eq(&self, other: &CreateThingOutput) -> bool
fn eq(&self, other: &CreateThingOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateThingOutput
impl RequestId for CreateThingOutput
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.impl StructuralPartialEq for CreateThingOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateThingOutput
impl Send for CreateThingOutput
impl Sync for CreateThingOutput
impl Unpin for CreateThingOutput
impl UnwindSafe for CreateThingOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more