Struct mio_httpc::Header [] [src]

pub struct Header<'a> {
    pub name: &'a str,
    pub value: &'a str,
}

A single header

Fields

Methods

impl<'a> Header<'a>
[src]

[src]

Case insensitive header name comparison

Trait Implementations

impl<'a> Default for Header<'a>
[src]

[src]

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

impl<'a> Copy for Header<'a>
[src]

impl<'a> Clone for Header<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Display for Header<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Header<'a>

impl<'a> Sync for Header<'a>