Struct tokio_reactor::SetFallbackError [−][src]
pub struct SetFallbackError(_);
Error returned from Handle::set_fallback
.
Trait Implementations
impl Clone for SetFallbackError
[src]
impl Clone for SetFallbackError
fn clone(&self) -> SetFallbackError
[src]
fn clone(&self) -> SetFallbackError
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
impl Debug for SetFallbackError
[src]
impl Debug for SetFallbackError
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 SetFallbackError
[src]
impl Display for SetFallbackError
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 SetFallbackError
[src]
impl Error for SetFallbackError
Auto Trait Implementations
impl Send for SetFallbackError
impl Send for SetFallbackError
impl Sync for SetFallbackError
impl Sync for SetFallbackError