Struct sofa::types::DocumentCreatedResult[][src]

pub struct DocumentCreatedResult {
    pub id: Option<String>,
    pub ok: Option<bool>,
    pub rev: Option<String>,
    pub error: Option<String>,
    pub reason: Option<String>,
}

Abstracted document creation result

Fields

Trait Implementations

impl Eq for DocumentCreatedResult
[src]

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

Formats the value using the given formatter. Read more

impl Clone for DocumentCreatedResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations