Enum reql::error::ReqlNonExistenceError [] [src]

pub enum ReqlNonExistenceError {}

A ReqlQueryLogicError that results from accessing a non-existent field or something else that can be handled with the default command.

Trait Implementations

impl Debug for ReqlNonExistenceError
[src]

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

Formats the value using the given formatter.