Struct tokio_executor::EnterError [−][src]
pub struct EnterError { /* fields omitted */ }An error returned by enter if an execution scope has already been
entered.
Trait Implementations
impl Debug for EnterError[src] 
impl Debug for EnterErrorfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for EnterError[src] 
impl Display for EnterErrorfn fmt(&self, fmt: &mut Formatter) -> Result[src] 
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for EnterError[src] 
impl Error for EnterErrorAuto Trait Implementations
impl Send for EnterError
impl Send for EnterErrorimpl Sync for EnterError
impl Sync for EnterError