Struct couchdb::action::DeleteDatabase [] [src]

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

Action to delete a database.

Errors

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

Methods

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

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

Sends the action request and waits for the response.