Struct couchdb::Root [] [src]

pub struct Root {
    pub couchdb: String,
    pub uuid: Uuid,
    pub vendor: Vendor,
    pub version: Version,
    // some fields omitted
}

CouchDB server information.

Fields

couchdb

Welcome message returned by the CouchDB server.

uuid

Universally unique identifier for the CouchDB server.

vendor

Vendor information for the CouchDB server.

version

Version of the CouchDB server.

Trait Implementations

impl Deserialize for Root

fn deserialize<D>(deserializer: &mut D) -> Result<Self, D::Error> where D: Deserializer

Derived Implementations

impl PartialEq for Root

fn eq(&self, __arg_0: &Root) -> bool

fn ne(&self, __arg_0: &Root) -> bool

impl Debug for Root

fn fmt(&self, __arg_0: &mut Formatter) -> Result