Enum netidx_bscript::vm::Event
source · [−]pub enum Event<E> {
Variable(Path, Chars, Value),
Netidx(SubId, Value),
Rpc(RpcCallId, Value),
Timer(TimerId),
User(E),
}
Variants
Variable(Path, Chars, Value)
Netidx(SubId, Value)
Rpc(RpcCallId, Value)
Timer(TimerId)
User(E)
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for Event<E> where
E: RefUnwindSafe,
impl<E> Send for Event<E> where
E: Send,
impl<E> Sync for Event<E> where
E: Sync,
impl<E> Unpin for Event<E> where
E: Unpin,
impl<E> UnwindSafe for Event<E> where
E: 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