Enum secret_handshake::ClientHandshakeFailure [] [src]

pub enum ClientHandshakeFailure {
    InvalidMsg2,
    InvalidMsg4,
}

Reason why a client might reject the server although the handshake itself was executed without IO errors.

Variants

Received invalid msg2 from the server.

Received invalid msg4 from the server.

Trait Implementations

impl Debug for ClientHandshakeFailure
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ClientHandshakeFailure
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ClientHandshakeFailure
[src]

impl Copy for ClientHandshakeFailure
[src]

impl Clone for ClientHandshakeFailure
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more