Struct www_authenticate::ChallengeFields[][src]

pub struct ChallengeFields(_);

A representation of the challenge fields

Methods

impl ChallengeFields
[src]

Trait Implementations

impl Debug for ChallengeFields
[src]

Formats the value using the given formatter. Read more

impl Clone for ChallengeFields
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ChallengeFields
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ChallengeFields
[src]

Auto Trait Implementations