Trait reql::commands::WithFields [] [src]

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

Plucks one or more attributes from a sequence of objects, filtering out any objects in the sequence that do not have the specified 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