Enum tsukuyomi::server::blocking::RuntimeMode[][src]

pub enum RuntimeMode {
    ThreadPool,
    CurrentThread,
}

Variants

Trait Implementations

impl Debug for RuntimeMode
[src]

Formats the value using the given formatter. Read more

impl Copy for RuntimeMode
[src]

impl Clone for RuntimeMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RuntimeMode

impl Sync for RuntimeMode