Trait reql::commands::HasFields [] [src]

pub trait HasFields {
    fn has_fields<T>(&self, fields: T) -> Command where T: ToArg;
}

Test if an object has one or more fields

Note: This command is not yet fully documented. For more information and examples, please see the equivalent command in the official Java driver documentation.

Required Methods

Implementors