Struct ruroonga::Database [] [src]

pub struct Database {
    // some fields omitted
}

Methods

impl Database
[src]

fn new(ctx: Context) -> Database

fn uses(&mut self, dbpath: &str)

Trait Implementations

impl Debug for Database
[src]

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

Formats the value using the given formatter.

impl Clone for Database
[src]

fn clone(&self) -> Database

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Drop for Database
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more