Struct tapioca::auth::HttpBasic [] [src]

pub struct HttpBasic {
    pub user: String,
    pub password: String,
}

Fields

Trait Implementations

impl Clone for HttpBasic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HttpBasic
[src]

Formats the value using the given formatter.

impl From<(String, String)> for HttpBasic
[src]

Performs the conversion.

impl Display for HttpBasic
[src]

Formats the value using the given formatter. Read more

impl Header for HttpBasic
[src]

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

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

impl HeaderFormat for HttpBasic
[src]

Format a header to be output into a TcpStream. Read more