Struct http_auth::basic::BasicClient
source · pub struct BasicClient { /* private fields */ }Available on crate feature
basic-scheme only.Expand description
Client for a Basic challenge, as in
RFC 7617.
This implementation always uses UTF-8. Thus it doesn’t use or store the
charset parameter, which the RFC only allows to be set to UTF-8 anyway.
Implementations§
source§impl BasicClient
impl BasicClient
Trait Implementations§
source§impl Clone for BasicClient
impl Clone for BasicClient
source§fn clone(&self) -> BasicClient
fn clone(&self) -> BasicClient
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BasicClient
impl Debug for BasicClient
source§impl PartialEq<BasicClient> for BasicClient
impl PartialEq<BasicClient> for BasicClient
source§fn eq(&self, other: &BasicClient) -> bool
fn eq(&self, other: &BasicClient) -> bool
This method tests for
self and other values to be equal, and is used
by ==.