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]
impl Default for HttpDispatchError
[src]
fn default() -> HttpDispatchError
[−]
Returns the "default value" for a type. Read more
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 Decodable for HttpDispatchError
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<HttpDispatchError, __D::Error>
[−]
__arg_0: &mut __D
) -> Result<HttpDispatchError, __D::Error>
Deserialize a value using a Decoder
.
impl Encodable for HttpDispatchError
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
[−]
Serialize a value using an Encoder
.
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. Read more
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.