Struct influent::hurl::Auth [] [src]

pub struct Auth<'a> {
    pub username: &'a str,
    pub password: &'a str,
}

Fields

Trait Implementations

impl<'a> Debug for Auth<'a>
[src]

Formats the value using the given formatter.