Struct statechart::Atomic
[−]
[src]
pub struct Atomic { /* fields omitted */ }Methods
impl Atomic[src]
Trait Implementations
impl Debug for Atomic[src]
impl State for Atomic[src]
impl StateBuilder for Atomic[src]
fn mut_on_entry(&mut self) -> &mut Vec<Box<Action>>
fn mut_on_exit(&mut self) -> &mut Vec<Box<Action>>
fn push_on_entry(self, a: Box<Action>) -> Self where
Self: Sized,
Self: Sized,
fn push_on_exit(self, a: Box<Action>) -> Self where
Self: Sized,
Self: Sized,
impl InterimStateBuilder for Atomic[src]
fn mut_transitions(&mut self) -> &mut Vec<Transition>
fn push_transition(self, t: Transition) -> Self where
Self: Sized,
Self: Sized,