Crate mongo_indexed

Source

Re-exports§

pub use mongo_indexed_derive as derive;

Macros§

doc
Construct a bson::Document value.

Structs§

Document
A BSON document represented as an associative HashMap with insertion ordering.

Enums§

Error

Traits§

Indexed

Functions§

collection
collection_with_name
create_index
create_index_from_doc
create_sparse_index
create_sparse_index_from_doc
create_sparse_unique_index
create_sparse_unique_index_from_doc
create_unique_index
create_unique_index_from_doc