Struct rouille::input::HttpAuthCredentials [] [src]

pub struct HttpAuthCredentials {
    pub login: String,
    pub password: String,
}

Fields

login
password

Trait Implementations

Derived Implementations

impl Eq for HttpAuthCredentials

impl PartialEq for HttpAuthCredentials

fn eq(&self, __arg_0: &HttpAuthCredentials) -> bool

fn ne(&self, __arg_0: &HttpAuthCredentials) -> bool

impl Clone for HttpAuthCredentials

fn clone(&self) -> HttpAuthCredentials

fn clone_from(&mut self, source: &Self)

impl Debug for HttpAuthCredentials

fn fmt(&self, __arg_0: &mut Formatter) -> Result