pub struct UpdateDynamicThingGroupResponse {
pub version: Option<i64>,
}Fields§
§version: Option<i64>The dynamic thing group version.
Trait Implementations§
Source§impl Clone for UpdateDynamicThingGroupResponse
impl Clone for UpdateDynamicThingGroupResponse
Source§fn clone(&self) -> UpdateDynamicThingGroupResponse
fn clone(&self) -> UpdateDynamicThingGroupResponse
Returns a duplicate 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 Default for UpdateDynamicThingGroupResponse
impl Default for UpdateDynamicThingGroupResponse
Source§fn default() -> UpdateDynamicThingGroupResponse
fn default() -> UpdateDynamicThingGroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateDynamicThingGroupResponse
impl<'de> Deserialize<'de> for UpdateDynamicThingGroupResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateDynamicThingGroupResponse
impl PartialEq for UpdateDynamicThingGroupResponse
Source§fn eq(&self, other: &UpdateDynamicThingGroupResponse) -> bool
fn eq(&self, other: &UpdateDynamicThingGroupResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateDynamicThingGroupResponse
Auto Trait Implementations§
impl Freeze for UpdateDynamicThingGroupResponse
impl RefUnwindSafe for UpdateDynamicThingGroupResponse
impl Send for UpdateDynamicThingGroupResponse
impl Sync for UpdateDynamicThingGroupResponse
impl Unpin for UpdateDynamicThingGroupResponse
impl UnwindSafe for UpdateDynamicThingGroupResponse
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