[][src]Enum kubos_app::RunLevel

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 PartialEq<RunLevel> for RunLevel
[src]

This method tests for !=.

impl Clone for RunLevel
[src]

Performs copy-assignment from source. Read more

impl Display for RunLevel
[src]

impl Debug for RunLevel
[src]

Auto Trait Implementations

impl Send for RunLevel

impl Sync for RunLevel

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> DebugAny for T where
    T: Any + Debug

impl<T> CloneAny for T where
    T: Clone + Any

impl<T> UnsafeAny for T where
    T: Any