Struct rsiot_messages_core::eav_helpers::ValueCounter
source · pub struct ValueCounter {
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<ValueCounter> for Vec<EavModel>
impl From<ValueCounter> for Vec<EavModel>
source§fn from(value: ValueCounter) -> Self
fn from(value: ValueCounter) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ValueCounter
impl Send for ValueCounter
impl Sync for ValueCounter
impl Unpin for ValueCounter
impl UnwindSafe for ValueCounter
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