Struct eva_common::events::FullItemStateAndInfo
source · pub struct FullItemStateAndInfo<'a> {
pub si: ItemStateAndInfo<'a>,
pub meta: Option<&'a Value>,
pub enabled: bool,
}Expand description
full state with info, returned by item.state RPC functions, used in HMI and other apps
Fields§
§si: ItemStateAndInfo<'a>§meta: Option<&'a Value>§enabled: boolTrait Implementations§
source§impl<'a> Clone for FullItemStateAndInfo<'a>
impl<'a> Clone for FullItemStateAndInfo<'a>
source§fn clone(&self) -> FullItemStateAndInfo<'a>
fn clone(&self) -> FullItemStateAndInfo<'a>
Returns a copy 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 more