pub struct PropertySet(/* private fields */);Expand description
A collection of property values
Implementations§
Trait Implementations§
Source§impl Debug for PropertySet
impl Debug for PropertySet
Source§impl Default for PropertySet
impl Default for PropertySet
Source§impl From<PropertySet> for PropertySet
impl From<PropertySet> for PropertySet
Source§fn from(value: PropertySet) -> Self
fn from(value: PropertySet) -> Self
Converts to this type from the input type.
Source§impl From<PropertySet> for PropertyValue
impl From<PropertySet> for PropertyValue
Source§fn from(value: PropertySet) -> Self
fn from(value: PropertySet) -> Self
Converts to this type from the input type.
Source§impl HasDataType for PropertySet
impl HasDataType for PropertySet
Source§fn supported_datatypes() -> &'static [DataType]
fn supported_datatypes() -> &'static [DataType]
Get all the Sparkplug crate::payload::DataType’s the type supports
Source§fn default_datatype() -> DataType
fn default_datatype() -> DataType
Default crate::payload::DataType the type maps to
Source§impl TryFrom<PropertySet> for PropertySet
impl TryFrom<PropertySet> for PropertySet
Source§impl TryFrom<PropertyValue> for PropertySet
impl TryFrom<PropertyValue> for PropertySet
impl PropertyValue for PropertySet
Auto Trait Implementations§
impl Freeze for PropertySet
impl RefUnwindSafe for PropertySet
impl Send for PropertySet
impl Sync for PropertySet
impl Unpin for PropertySet
impl UnwindSafe for PropertySet
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