Enum extemp::Event
[−]
[src]
pub enum Event {
Epsilon,
Named(String),
}Events that can cause a transition to occur.
Variants
Epsilon | ||
Named |
pub enum Event {
Epsilon,
Named(String),
}Events that can cause a transition to occur.
Epsilon | ||
Named |
impl Eventimpl Hash for Eventfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for Eventimpl Eq for Eventimpl Debug for Eventimpl Clone for Eventfn clone(&self) -> Eventfn clone_from(&mut self, source: &Self)