Struct sofa::types::CouchStatus[][src]

pub struct CouchStatus {
    pub couchdb: String,
    pub git_sha: Option<String>,
    pub uuid: Option<String>,
    pub version: String,
    pub vendor: CouchVendor,
}

Couch status abstraction

Fields

Trait Implementations

impl Eq for CouchStatus
[src]

impl PartialEq for CouchStatus
[src]

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

This method tests for !=.

impl Debug for CouchStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for CouchStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CouchStatus

impl Sync for CouchStatus