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 EnterError
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 Display for EnterError
[src]
impl Display for EnterError
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for EnterError
[src]
impl Error for EnterError
Auto Trait Implementations
impl Send for EnterError
impl Send for EnterError
impl Sync for EnterError
impl Sync for EnterError