[][src]Module couch_rs::document

Document model to support CouchDB document operations.

Structs

AllDocsResponse
DocResponse
DocResponseValue
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

Traits

TypedCouchDocument

Trait to deal with typed CouchDB documents.