Enum foxbox_thinkerbell::run::Error [] [src]

pub enum Error {
    CompileError(Error),
    StartStopError(StartStopError),
    APIError(Error),
}

Variants

CompileError
StartStopError
APIError

Trait Implementations

impl Serialize for Error

fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer

Derived Implementations

impl Debug for Error

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

impl Clone for Error

fn clone(&self) -> Error

1.0.0fn clone_from(&mut self, source: &Self)