Struct www_authenticate::BasicChallenge [−][src]
pub struct BasicChallenge {
pub realm: String,
}The challenge for Basic authentication
Fields
realm: String
realm of the authentication
Trait Implementations
impl Debug for BasicChallenge[src]
impl Debug for BasicChallengefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BasicChallenge[src]
impl Clone for BasicChallengefn clone(&self) -> BasicChallenge[src]
fn clone(&self) -> BasicChallengeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for BasicChallenge[src]
impl Eq for BasicChallengeimpl PartialEq for BasicChallenge[src]
impl PartialEq for BasicChallengefn eq(&self, other: &BasicChallenge) -> bool[src]
fn eq(&self, other: &BasicChallenge) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &BasicChallenge) -> bool[src]
fn ne(&self, other: &BasicChallenge) -> boolThis method tests for !=.
impl Hash for BasicChallenge[src]
impl Hash for BasicChallengefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Challenge for BasicChallenge[src]
impl Challenge for BasicChallengefn challenge_name() -> &'static str[src]
fn challenge_name() -> &'static strfn from_raw(raw: RawChallenge) -> Option<Self>[src]
fn from_raw(raw: RawChallenge) -> Option<Self>fn into_raw(self) -> RawChallenge[src]
fn into_raw(self) -> RawChallengeAuto Trait Implementations
impl Send for BasicChallenge
impl Send for BasicChallengeimpl Sync for BasicChallenge
impl Sync for BasicChallenge