Enum kubos_app::RunLevel[][src]

pub enum RunLevel {
    OnBoot,
    OnCommand,
}

The different ways an application can be started

Variants

Logic intended to be run if the application is started at system boot time

Logic intended to be run if the application is started manually

Trait Implementations

impl Clone for RunLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RunLevel
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RunLevel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for RunLevel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RunLevel

impl Sync for RunLevel