Struct aws_sdk_rust::aws::common::request::HttpDispatchError [] [src]

pub struct HttpDispatchError {
    // some fields omitted
}

Trait Implementations

impl PartialEq for HttpDispatchError
[src]

fn eq(&self, __arg_0: &HttpDispatchError) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &HttpDispatchError) -> bool

This method tests for !=.

impl Debug for HttpDispatchError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Error for HttpDispatchError
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>
1.0.0

The lower-level cause of this error, if any. Read more

impl Display for HttpDispatchError
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<HyperError> for HttpDispatchError
[src]

fn from(err: HyperError) -> HttpDispatchError

Performs the conversion.

impl From<IoError> for HttpDispatchError
[src]

fn from(err: IoError) -> HttpDispatchError

Performs the conversion.