Struct rusoto_cognito_idp::HttpHeader[][src]

pub struct HttpHeader {
    pub header_name: Option<String>,
    pub header_value: Option<String>,
}

The HTTP header.

Fields

The header name

The header value.

Trait Implementations

impl Default for HttpHeader
[src]

Returns the "default value" for a type. Read more

impl Debug for HttpHeader
[src]

Formats the value using the given formatter. Read more

impl Clone for HttpHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for HttpHeader
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for HttpHeader

impl Sync for HttpHeader