pub struct ThingGroupProperties {
pub attribute_payload: Option<AttributePayload>,
pub thing_group_description: Option<String>,
}Expand description
Thing group properties.
Fields§
§attribute_payload: Option<AttributePayload>The thing group attributes in JSON format.
thing_group_description: Option<String>The thing group description.
Trait Implementations§
Source§impl Clone for ThingGroupProperties
impl Clone for ThingGroupProperties
Source§fn clone(&self) -> ThingGroupProperties
fn clone(&self) -> ThingGroupProperties
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 ThingGroupProperties
impl Debug for ThingGroupProperties
Source§impl Default for ThingGroupProperties
impl Default for ThingGroupProperties
Source§fn default() -> ThingGroupProperties
fn default() -> ThingGroupProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ThingGroupProperties
impl<'de> Deserialize<'de> for ThingGroupProperties
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 ThingGroupProperties
impl PartialEq for ThingGroupProperties
Source§impl Serialize for ThingGroupProperties
impl Serialize for ThingGroupProperties
impl StructuralPartialEq for ThingGroupProperties
Auto Trait Implementations§
impl Freeze for ThingGroupProperties
impl RefUnwindSafe for ThingGroupProperties
impl Send for ThingGroupProperties
impl Sync for ThingGroupProperties
impl Unpin for ThingGroupProperties
impl UnwindSafe for ThingGroupProperties
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