Struct rusoto_core::request::HttpDispatchError[][src]

pub struct HttpDispatchError { /* fields omitted */ }

An error produced when invalid request types are sent.

Trait Implementations

impl Debug for HttpDispatchError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HttpDispatchError
[src]

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

This method tests for !=.

impl Error for HttpDispatchError
[src]

This method is soft-deprecated. Read more

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

impl Display for HttpDispatchError
[src]

Formats the value using the given formatter. Read more

impl From<HyperError> for HttpDispatchError
[src]

Performs the conversion.

impl From<IoError> for HttpDispatchError
[src]

Performs the conversion.

Auto Trait Implementations