Enum chill::action::read_document::AttachmentContent [] [src]

pub enum AttachmentContent {
    None,
    All,
}

Specifies the attachments, if any, for which the CouchDB server should send content.

AttachmentContent abstracts the attachments query parameter of the HTTP request GET /db/doc_id. Chill does not yet support the atts_since query parameter—see issue #37.

Variants

None

Specifies to send no content for all attachments.

All

Specifies to send content for all attachments.

Trait Implementations

Derived Implementations

impl Debug for AttachmentContent
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.