Struct k8s_openapi::v1_8::api::core::v1::HTTPHeader[][src]

pub struct HTTPHeader {
    pub name: String,
    pub value: String,
}

HTTPHeader describes a custom header to be used in HTTP probes

Fields

The header field name

The header field value

Trait Implementations

impl Clone for HTTPHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HTTPHeader
[src]

Formats the value using the given formatter. Read more

impl Default for HTTPHeader
[src]

Returns the "default value" for a type. 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 !=.

impl<'de> Deserialize<'de> for HTTPHeader
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for HTTPHeader
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for HTTPHeader

impl Sync for HTTPHeader