Struct scsys_core::State
source · [−]Expand description
Implement the standard structure of a state
Fields
data: Vec<Dt>
timestamp: Timestamp
Trait Implementations
sourceimpl<'de, Dt> Deserialize<'de> for State<Dt> where
Dt: Deserialize<'de>,
impl<'de, Dt> Deserialize<'de> for State<Dt> where
Dt: Deserialize<'de>,
sourcefn 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
impl<Dt> StructuralPartialEq for State<Dt>
Auto Trait Implementations
impl<Dt> RefUnwindSafe for State<Dt> where
Dt: RefUnwindSafe,
impl<Dt> Send for State<Dt> where
Dt: Send,
impl<Dt> Sync for State<Dt> where
Dt: Sync,
impl<Dt> Unpin for State<Dt> where
Dt: Unpin,
impl<Dt> UnwindSafe for State<Dt> where
Dt: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more