Module collections_api

Source

Structs§

CollectionsApiClient
CreateCollectionParams
struct for passing parameters to the method [create_collection]
DeleteAliasParams
struct for passing parameters to the method [delete_alias]
DeleteCollectionParams
struct for passing parameters to the method [delete_collection]
GetAliasParams
struct for passing parameters to the method [get_alias]
GetCollectionParams
struct for passing parameters to the method [get_collection]
UpdateCollectionParams
struct for passing parameters to the method [update_collection]
UpsertAliasParams
struct for passing parameters to the method [upsert_alias]

Enums§

CreateCollectionError
struct for typed errors of method [create_collection]
DeleteAliasError
struct for typed errors of method [delete_alias]
DeleteCollectionError
struct for typed errors of method [delete_collection]
GetAliasError
struct for typed errors of method [get_alias]
GetAliasesError
struct for typed errors of method [get_aliases]
GetCollectionError
struct for typed errors of method [get_collection]
GetCollectionsError
struct for typed errors of method [get_collections]
UpdateCollectionError
struct for typed errors of method [update_collection]
UpsertAliasError
struct for typed errors of method [upsert_alias]

Traits§

CollectionsApi