Trait reql::commands::Literal [] [src]

pub trait Literal {
    fn literal<T>(&self, object: T) -> Command where T: ToArg;
}

Replace an object in a field instead of merging it with an existing object in a merge or update operation

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