Enum mongodb::error::MaliciousServerErrorType [] [src]

pub enum MaliciousServerErrorType {
    InvalidRnonce,
    InvalidServerSignature,
    NoServerSignature,
}

Variants

InvalidRnonceInvalidServerSignatureNoServerSignature

Trait Implementations

impl Debug for MaliciousServerErrorType
[src]

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

Formats the value using the given formatter.

impl Display for MaliciousServerErrorType
[src]

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

Formats the value using the given formatter.