Struct hyper_sardine::WWWAuthenticate[][src]

pub struct WWWAuthenticate(_);

Methods

impl WWWAuthenticate
[src]

Trait Implementations

impl Clone for WWWAuthenticate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WWWAuthenticate
[src]

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

This method tests for !=.

impl Debug for WWWAuthenticate
[src]

Formats the value using the given formatter. Read more

impl Header for WWWAuthenticate
[src]

Returns the name of the header field this belongs to. Read more

Parse a header from a raw stream of bytes. Read more

Format a header to outgoing stream. Read more

impl Display for WWWAuthenticate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations