Enum foxbox_thinkerbell::run::StartStopError [] [src]

pub enum StartStopError {
    AlreadyRunning,
    NotRunning,
    ThreadError,
}

Variants

AlreadyRunning
NotRunning
ThreadError

Trait Implementations

impl Serialize for StartStopError

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

Derived Implementations

impl Debug for StartStopError

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

impl Clone for StartStopError

fn clone(&self) -> StartStopError

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