[][src]Module couch_rs::document

Document model to support CouchDB document operations.

Structs

Document

Document abstracts the handling of JSON values and provides direct access and casting to the fields of your documents You can get access to the fields via the implementation of the Index and IndexMut traits

DocumentCollection

Memory-optimized, iterable document collection, mostly returned in calls that involve multiple documents results Can target a specific index through implementation of Index and IndexMut

DocumentCollectionItem

Used inside a DocumentCollection, to wrap the document itself and facilitate lookups by Document ID.