Enum scsys_core::events::Events
source · Expand description
Encapsulates the availible events for the ecosystem
Variants§
Trait Implementations§
source§impl<'de, T> Deserialize<'de> for Events<T>where
T: Deserialize<'de> + Eventful,
impl<'de, T> Deserialize<'de> for Events<T>where
T: Deserialize<'de> + Eventful,
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<T: PartialEq + Eventful> PartialEq<Events<T>> for Events<T>
impl<T: PartialEq + Eventful> PartialEq<Events<T>> for Events<T>
source§impl<T: Eventful> VariantNames for Events<T>
impl<T: Eventful> VariantNames for Events<T>
impl<T: Copy + Eventful> Copy for Events<T>
impl<T: Eq + Eventful> Eq for Events<T>
impl<T: Eventful> StructuralEq for Events<T>
impl<T: Eventful> StructuralPartialEq for Events<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Events<T>where
T: RefUnwindSafe,
impl<T> Send for Events<T>where
T: Send,
impl<T> Sync for Events<T>where
T: Sync,
impl<T> Unpin for Events<T>where
T: Unpin,
impl<T> UnwindSafe for Events<T>where
T: UnwindSafe,
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.