Enum mongors::error::MaliciousServerErrorType[][src]

pub enum MaliciousServerErrorType {
    InvalidRnonce,
    InvalidServerSignature,
    NoServerSignature,
}

Variants

Trait Implementations

impl Debug for MaliciousServerErrorType
[src]

Formats the value using the given formatter. Read more

impl Display for MaliciousServerErrorType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations