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 Event
impl Hash for Event
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialEq for Event
impl Eq for Event
impl Debug for Event
impl Clone for Event
fn clone(&self) -> Event
fn clone_from(&mut self, source: &Self)