Struct couchdb::Vendor [] [src]

pub struct Vendor {
    pub name: String,
    pub version: Version,
    // some fields omitted
}

Vendor contains information about a CouchDB server vendor.

Summary

Remarks

Vendor is normally part of a Root instance.

Compatibility

Vendor contains a dummy private member in order to prevent applications from directly constructing a Vendor instance. This allows new fields to be added to Vendor in future releases without it being a breaking change.

Fields

Trait Implementations

impl Clone for Vendor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Vendor
[src]

Formats the value using the given formatter.

impl Default for Vendor
[src]

Returns the "default value" for a type. Read more

impl Eq for Vendor
[src]

impl Hash for Vendor
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Vendor
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.