Enum scram::Field [] [src]

pub enum Field {
    Nonce,
    Salt,
    Iterations,
    VerifyOrError,
}

The fields used in the exchanged messages.

Variants

Nonce

Nonce

Salt

Salt

Iterations

Iterations

VerifyOrError

Verify or Error

Trait Implementations

impl Debug for Field
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.