Enum www_authenticate::Qop [−][src]
pub enum Qop {
Auth,
AuthInt,
}Quority of protection
Variants
Authauthentication
AuthIntauthentication with integrity protection
Trait Implementations
impl Debug for Qop[src]
impl Debug for Qopfn 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 Qop[src]
impl Clone for Qopfn clone(&self) -> Qop[src]
fn clone(&self) -> QopReturns 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 PartialEq for Qop[src]
impl PartialEq for Qopfn eq(&self, other: &Qop) -> bool[src]
fn eq(&self, other: &Qop) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Qop[src]
impl Eq for Qopimpl Hash for Qop[src]
impl Hash for Qopfn 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 Display for Qop[src]
impl Display for Qop