Struct ruroonga::LibGroonga [] [src]

pub struct LibGroonga {
    // some fields omitted
}

Methods

impl LibGroonga
[src]

fn new() -> Result<LibGroongaString>

Trait Implementations

impl Debug for LibGroonga
[src]

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

Formats the value using the given formatter.

impl Clone for LibGroonga
[src]

fn clone(&self) -> LibGroonga

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 LibGroonga
[src]

fn drop(&mut self)

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