Enum www_authenticate::RawChallenge [−][src]
pub enum RawChallenge {
Token68(String),
Fields(ChallengeFields),
}A representation of raw challenges. A Challenge is either a token or fields.
Variants
Token68(String)Fields(ChallengeFields)
Trait Implementations
impl Debug for RawChallenge[src]
impl Debug for RawChallengefn 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 RawChallenge[src]
impl Clone for RawChallengefn clone(&self) -> RawChallenge[src]
fn clone(&self) -> RawChallengeReturns 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 RawChallenge[src]
impl PartialEq for RawChallengefn eq(&self, other: &RawChallenge) -> bool[src]
fn eq(&self, other: &RawChallenge) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RawChallenge) -> bool[src]
fn ne(&self, other: &RawChallenge) -> boolThis method tests for !=.
impl Eq for RawChallenge[src]
impl Eq for RawChallengeimpl Display for RawChallenge[src]
impl Display for RawChallengeAuto Trait Implementations
impl Send for RawChallenge
impl Send for RawChallengeimpl Sync for RawChallenge
impl Sync for RawChallenge