[][src]Module faunadb::client

Tools for communicating with Fauna.

Structs

Client

The client for Fauna. Should be created using the ClientBuilder.

ClientBuilder

For building a new Fauna client.

FutureResponse
Response
SyncClient

A synchronous wrapper for the asynchronous Fauna client.

Enums

AnnotatedValue
SimpleValue
Value

Represents any value returned from Fauna.

Traits

ValueIndex

Indexing to support square bracket syntax for the response values.