pub struct UpdateThingGroupResponse {
pub version: Option<i64>,
}Fields§
§version: Option<i64>The version of the updated thing group.
Trait Implementations§
Source§impl Clone for UpdateThingGroupResponse
impl Clone for UpdateThingGroupResponse
Source§fn clone(&self) -> UpdateThingGroupResponse
fn clone(&self) -> UpdateThingGroupResponse
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 Debug for UpdateThingGroupResponse
impl Debug for UpdateThingGroupResponse
Source§impl Default for UpdateThingGroupResponse
impl Default for UpdateThingGroupResponse
Source§fn default() -> UpdateThingGroupResponse
fn default() -> UpdateThingGroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateThingGroupResponse
impl<'de> Deserialize<'de> for UpdateThingGroupResponse
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 UpdateThingGroupResponse
impl PartialEq for UpdateThingGroupResponse
impl StructuralPartialEq for UpdateThingGroupResponse
Auto Trait Implementations§
impl Freeze for UpdateThingGroupResponse
impl RefUnwindSafe for UpdateThingGroupResponse
impl Send for UpdateThingGroupResponse
impl Sync for UpdateThingGroupResponse
impl Unpin for UpdateThingGroupResponse
impl UnwindSafe for UpdateThingGroupResponse
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