Struct rsiot_messages_core::eav_helpers::ValueInstant
source · pub struct ValueInstant {
pub ts: DateTime<FixedOffset>,
pub entity: String,
pub attr: String,
pub value: ValueType,
}
Expand description
Мгновенное значение
Fields§
§ts: DateTime<FixedOffset>
§entity: String
§attr: String
§value: ValueType
Trait Implementations§
source§impl From<ValueInstant> for Vec<EavModel>
impl From<ValueInstant> for Vec<EavModel>
source§fn from(value: ValueInstant) -> Self
fn from(value: ValueInstant) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ValueInstant
impl Send for ValueInstant
impl Sync for ValueInstant
impl Unpin for ValueInstant
impl UnwindSafe for ValueInstant
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