Enum foxbox_thinkerbell::fake_env::FakeEnvEvent [] [src]

pub enum FakeEnvEvent {
    Send {
        id: Id<Setter>,
        value: Value,
    },
    Error(Error),
    Done,
}

Events of interest, that should be displayed to the user of the simulator.

Variants

Send

Some value was sent to a setter channel.

Fields

id
value
Error

Some error took place.

Done

Handling of an instruction is complete.

Trait Implementations

Derived Implementations

impl Debug for FakeEnvEvent

fn fmt(&self, __arg_0: &mut Formatter) -> Result