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