Enum tsukuyomi::server::blocking::RuntimeMode [−][src]
pub enum RuntimeMode {
ThreadPool,
CurrentThread,
}Variants
ThreadPoolCurrentThread
Trait Implementations
impl Debug for RuntimeMode[src]
impl Debug for RuntimeModefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for RuntimeMode[src]
impl Copy for RuntimeModeimpl Clone for RuntimeMode[src]
impl Clone for RuntimeModefn clone(&self) -> RuntimeMode[src]
fn clone(&self) -> RuntimeModeReturns 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 RuntimeModeimpl Sync for RuntimeMode
impl Sync for RuntimeMode