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 moresource§impl<'a> Debug for FullItemStateAndInfo<'a>
impl<'a> Debug for FullItemStateAndInfo<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FullItemStateAndInfo<'a>
impl<'a> Send for FullItemStateAndInfo<'a>
impl<'a> Sync for FullItemStateAndInfo<'a>
impl<'a> Unpin for FullItemStateAndInfo<'a>
impl<'a> UnwindSafe for FullItemStateAndInfo<'a>
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