Struct eva_common::events::LocalStateEvent
source · pub struct LocalStateEvent {
pub status: ItemStatus,
pub value: Value,
pub act: Option<usize>,
pub ieid: IEID,
pub t: f64,
}Expand description
Submitted by the core via the bus for procesed local events
Fields§
§status: ItemStatus§value: Value§act: Option<usize>§ieid: IEID§t: f64Trait Implementations§
source§impl Clone for LocalStateEvent
impl Clone for LocalStateEvent
source§fn clone(&self) -> LocalStateEvent
fn clone(&self) -> LocalStateEvent
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 LocalStateEvent
impl Debug for LocalStateEvent
source§impl<'de> Deserialize<'de> for LocalStateEvent
impl<'de> Deserialize<'de> for LocalStateEvent
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
Auto Trait Implementations§
impl Freeze for LocalStateEvent
impl RefUnwindSafe for LocalStateEvent
impl Send for LocalStateEvent
impl Sync for LocalStateEvent
impl Unpin for LocalStateEvent
impl UnwindSafe for LocalStateEvent
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