Module bonsaidb_core::document
source · [−]Expand description
Types for interacting with Documents.
Structs
Contains a serialized document in the database.
A document with serializable contents.
A header for a CollectionDocument.
The serialized representation of a document’s unique ID.
The header of a Document.
An invalid hexadecimal character was encountered.
Contains a serialized document in the database.
Information about a Document’s revision history.
Enums
A unique id for a document, either serialized or deserialized.
A header with either a serialized or deserialized primary key.
The ID of an encryption key.
Traits
Common interface of a document in BonsaiDb.
View mapping emit functions. Used when implementing a view’s map()
function.
Helper functions for a slice of OwnedDocuments.