Crate indradb_proto[][src]

Re-exports

pub use bulk_insert_item::Item as BulkInsertItemVariant;
pub use edge_query::Query as EdgeQueryVariant;
pub use indra_db_client::IndraDbClient as ProtoClient;
pub use transaction_request::Request as TransactionRequestVariant;
pub use transaction_response::Response as TransactionResponseVariant;
pub use vertex_query::Query as VertexQueryVariant;

Modules

Nested message and enum types in BulkInsertItem.

Nested message and enum types in EdgeQuery.

Generated client implementations.

Generated server implementations.

Nested message and enum types in TransactionRequest.

Nested message and enum types in TransactionResponse.

Nested message and enum types in VertexQuery.

Structs

An item to insert, as part of a bulk insert request.

A higher-level client implementation.

An edge.

Represents a uniquely identifiable key to an edge.

An edge with properties.

Represents an edge property.

An edge property to insert.

Gets property values associated with edges.

A query for edges.

A JSON value.

A property.

Gets the edges associated with vertices.

Gets the vertices associated with edges.

Gets a range of vertices.

Gets a specific set of edges.

Gets a specific set of vertices.

A transaction.

An edge or vertex type.

A UUID.

A vertex.

A vertex with properties.

Represents a vertex property.

A vertex property to insert.

Gets property values associated with vertices.

A query for vertices.

Enums

The error returned if a client operation failed.

The error returned if a try into operation fails.

Specifies what kind of items should be piped from one type of query to another.