Struct couchdb::action::GetAllDatabases [] [src]

pub struct GetAllDatabases<'a> {
    // some fields omitted
}

Action to get all database names.

Errors

All errors that occur as a result of executing this action are private.

Methods

impl<'a> GetAllDatabases<'a>

fn run(self) -> Result<Vec<DatabaseName>, Error>

Sends the action request and waits for the response.