Enum scram::Kind [] [src]

pub enum Kind {
    InvalidNonce,
    InvalidField(Field),
    ExpectedField(Field),
}

The kinds of protocol errors.

Variants

The server responded with a nonce that doesn't start with our nonce.

The content of the field Field is invalid.

The field Field was expected but not found.

Trait Implementations

impl Debug for Kind
[src]

Formats the value using the given formatter.

impl PartialEq for Kind
[src]

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

This method tests for !=.