Struct sofa::types::CouchResponse[][src]

pub struct CouchResponse {
    pub ok: Option<bool>,
    pub error: Option<String>,
    pub reason: Option<String>,
}

Couch response abstraction

Fields

Trait Implementations

impl Eq for CouchResponse
[src]

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

Formats the value using the given formatter. Read more

impl Clone for CouchResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations