Struct aws_sdk_iot::operation::update_thing::UpdateThingOutput   
source · #[non_exhaustive]pub struct UpdateThingOutput { /* private fields */ }Expand description
The output from the UpdateThing operation.
Implementations§
source§impl UpdateThingOutput
 
impl UpdateThingOutput
sourcepub fn builder() -> UpdateThingOutputBuilder
 
pub fn builder() -> UpdateThingOutputBuilder
Creates a new builder-style object to manufacture UpdateThingOutput.
Trait Implementations§
source§impl Clone for UpdateThingOutput
 
impl Clone for UpdateThingOutput
source§fn clone(&self) -> UpdateThingOutput
 
fn clone(&self) -> UpdateThingOutput
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 UpdateThingOutput
 
impl Debug for UpdateThingOutput
source§impl PartialEq for UpdateThingOutput
 
impl PartialEq for UpdateThingOutput
source§fn eq(&self, other: &UpdateThingOutput) -> bool
 
fn eq(&self, other: &UpdateThingOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateThingOutput
 
impl RequestId for UpdateThingOutput
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 UpdateThingOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateThingOutput
impl Send for UpdateThingOutput
impl Sync for UpdateThingOutput
impl Unpin for UpdateThingOutput
impl UnwindSafe for UpdateThingOutput
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