Enum tsukuyomi::server::blocking::RuntimeMode [−][src]
pub enum RuntimeMode { ThreadPool, CurrentThread, }
Variants
ThreadPool
CurrentThread
Trait Implementations
impl Debug for RuntimeMode
[src]
impl Debug for RuntimeMode
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for RuntimeMode
[src]
impl Copy for RuntimeMode
impl Clone for RuntimeMode
[src]
impl Clone for RuntimeMode
fn clone(&self) -> RuntimeMode
[src]
fn clone(&self) -> RuntimeMode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for RuntimeMode
impl Send for RuntimeMode
impl Sync for RuntimeMode
impl Sync for RuntimeMode