Struct sofa::types::CouchVendor[][src]

pub struct CouchVendor {
    pub name: String,
    pub version: Option<String>,
}

Couch vendor abstraction

Fields

Trait Implementations

impl Eq for CouchVendor
[src]

impl PartialEq for CouchVendor
[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 CouchVendor
[src]

Formats the value using the given formatter. Read more

impl Clone for CouchVendor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CouchVendor

impl Sync for CouchVendor