Struct reql::command::Command [] [src]

pub struct Command { /* fields omitted */ }

ReQL Command

Implements all other ReQL commands that are not implemented on the Client.

Methods

impl Command
[src]

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter.

impl IntoCommandArg for Command
[src]

Defines how a type can be safely passed into a command. Read more