Struct ruroonga::Command [] [src]

pub struct Command {
    // some fields omitted
}

Methods

impl Command
[src]

fn new(ctx: Context) -> Command

fn groonga_version<'a>() -> &'a str

fn execute(&mut self, command: &str) -> String

Trait Implementations

impl Debug for Command
[src]

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

Formats the value using the given formatter.

impl Clone for Command
[src]

fn clone(&self) -> Command

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

fn drop(&mut self)

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