Module rincon_session::client [] [src]

Re-export of types from the rincon_client crate that are used in the public API of this crate.

Structs

Collection

This struct holds attributes of a collection.

CollectionProperties

This struct holds the properties of a collection.

CollectionPropertiesUpdate

This struct holds optional values for the properties of a collection which shall be changed.

CollectionRevision

This struct holds the revision of a collection together with some basic attributes.

Cursor

A temporary cursor for retrieving query results.

CursorStatistics

Holds statistics information about the query execution.

Database

This struct holds the properties of a database.

Document
DocumentHeader
DocumentId
DocumentKey
DocumentModifyOptions
DocumentReplaceOptions
DocumentUpdate
EdgeCollection
EdgeDefinition
ExplainOptions
ExplainedQuery
Graph
NewCollection

This struct defines all attributes that may be specified when creating a new collection.

NewCursor

This struct defines the parameters of a cursor for an AQL query that is to be created.

NewDatabase

This struct specifies the properties of a database that is going to be created.

NewDocument
NewEdge
NewGraph
NewUser

This struct specifies the properties for a new user that is going to be created.

ParsedQuery
RenameTo

This struct holds the new name for rename methods.

ServerVersion

Represents the server name and version number.

TargetVersion

Represents the database-version that this server requires.

UpdatedDocument
UpdatedDocumentHeader
User

This struct contains the properties of a user.

UserUpdate

This struct holds properties of a user that shall be changed. It is used for partially modifying an existing user.

VertexCollection

Enums

CollectionStatus

This enum defines the possible states a collection can be in.

CollectionType

This enum defines the different types of collections.

Permission

This enum defines the possible access levels.

Traits

UserExtra

The UserExtra trait marks a type for being used as extra information in the User, NewUser and UserUpdate structs.

Type Definitions

Warning

A warning as it may occur during query execution.