Struct eva_common::events::FullItemStateAndInfoOwned
source · pub struct FullItemStateAndInfoOwned {
pub si: ItemStateAndInfoOwned,
pub meta: Option<Value>,
pub enabled: bool,
}Expand description
full state with info, returned by item.state RPC functions, used in HMI and other apps
Fields§
§si: ItemStateAndInfoOwned§meta: Option<Value>§enabled: boolTrait Implementations§
source§impl Clone for FullItemStateAndInfoOwned
impl Clone for FullItemStateAndInfoOwned
source§fn clone(&self) -> FullItemStateAndInfoOwned
fn clone(&self) -> FullItemStateAndInfoOwned
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 moresource§impl Debug for FullItemStateAndInfoOwned
impl Debug for FullItemStateAndInfoOwned
source§impl<'de> Deserialize<'de> for FullItemStateAndInfoOwned
impl<'de> Deserialize<'de> for FullItemStateAndInfoOwned
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 From<FullItemStateAndInfoOwned> for ReplicationInventoryItem
impl From<FullItemStateAndInfoOwned> for ReplicationInventoryItem
source§fn from(s: FullItemStateAndInfoOwned) -> ReplicationInventoryItem
fn from(s: FullItemStateAndInfoOwned) -> ReplicationInventoryItem
Converts to this type from the input type.