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

pub struct HttpDispatchError { /* fields omitted */ }

HTTP Error returned from the DispatchSignedRequest Trait. It also implements the Error Trait.

Trait Implementations

impl Debug for HttpDispatchError
[src]

Formats the value using the given formatter.

impl Default for HttpDispatchError
[src]

Returns the "default value" for a type. 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 Decodable for HttpDispatchError
[src]

Deserialize a value using a Decoder.

impl Encodable for HttpDispatchError
[src]

Serialize a value using an Encoder.

impl Error for HttpDispatchError
[src]

A short description of the error. 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.