Enum system_service::Stopping [] [src]

pub enum Stopping {
    Yes,
    No,
}

Indicates whether the run loop should halt

Variants

The run loop should halt

The run loop should continue

Trait Implementations

Auto Trait Implementations

impl Send for Stopping

impl Sync for Stopping