Struct httpbis::solicit::header::HeaderPart [] [src]

pub struct HeaderPart(_);

A convenience struct representing a part of a header (either the name or the value).

Trait Implementations

impl Debug for HeaderPart
[src]

Formats the value using the given formatter.

impl From<Vec<u8>> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<Cow<'a, [u8]>> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 0]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 1]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 2]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 3]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 4]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 5]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 6]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 7]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 8]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 9]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 10]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 11]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 12]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 13]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 14]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 15]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 16]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 17]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 18]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 19]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 20]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 21]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 22]> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a [u8; 23]> for HeaderPart
[src]

Performs the conversion.

impl From<String> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<&'a str> for HeaderPart
[src]

Performs the conversion.

impl<'a> From<Cow<'a, str>> for HeaderPart
[src]

Performs the conversion.