Enum scram_tmp::Field[][src]

pub enum Field {
    Nonce,
    Salt,
    Iterations,
    VerifyOrError,
    ChannelBinding,
    Authzid,
    Authcid,
    GS2Header,
    Proof,
}

The fields used in the exchanged messages.

Variants

Nonce

Salt

Iterations

Verify or Error

Channel Binding

Authorization ID

Authcid

GS2Header

Client Proof

Trait Implementations

impl Debug for Field
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Field
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Field

impl Sync for Field