Enum stremio_core::runtime::RuntimeEvent
source · pub enum RuntimeEvent<E: Env, M: Model<E>> {
NewState(Vec<M::Field>),
CoreEvent(Event),
}
Variants§
Trait Implementations§
impl<E: Eq + Env, M: Eq + Model<E>> Eq for RuntimeEvent<E, M>
impl<E: Env, M: Model<E>> StructuralPartialEq for RuntimeEvent<E, M>
Auto Trait Implementations§
impl<E, M> Freeze for RuntimeEvent<E, M>
impl<E, M> RefUnwindSafe for RuntimeEvent<E, M>
impl<E, M> Send for RuntimeEvent<E, M>
impl<E, M> Sync for RuntimeEvent<E, M>
impl<E, M> Unpin for RuntimeEvent<E, M>
impl<E, M> UnwindSafe for RuntimeEvent<E, M>
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