Struct rusoto_codegen::botocore::HttpError [] [src]

pub struct HttpError {
    pub code: Option<String>,
    pub http_status_code: i32,
    pub sender_fault: Option<bool>,
}

Fields

Trait Implementations

impl Debug for HttpError
[src]

Formats the value using the given formatter.

impl PartialEq for HttpError
[src]

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

This method tests for !=.

impl Eq for HttpError
[src]

impl Hash for HttpError
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more