Struct couchdb::action::GetDatabase [] [src]

pub struct GetDatabase<'a, P> where P: IntoDatabasePath {
    // some fields omitted
}

Action to get database meta-information.

Errors

The following are some of the errors that may occur as a result of executing this action:

Methods

impl<'a, P: IntoDatabasePath> GetDatabase<'a, P>

fn run(self) -> Result<Database, Error>

Sends the action request and waits for the response.