Struct influent::hurl::Auth
[−]
[src]
pub struct Auth<'a> {
pub username: &'a str,
pub password: &'a str,
}Fields
username: &'a str
password: &'a str