Struct ruroonga_command::table_create::TableCreateCommand [] [src]

pub struct TableCreateCommand {
    // some fields omitted
}

Methods

impl TableCreateCommand
[src]

Trait Implementations

impl Debug for TableCreateCommand
[src]

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

Formats the value using the given formatter.

impl Eq for TableCreateCommand
[src]

impl PartialEq for TableCreateCommand
[src]

fn eq(&self, __arg_0: &TableCreateCommand) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &TableCreateCommand) -> bool

This method tests for !=.

impl Clone for TableCreateCommand
[src]

fn clone(&self) -> TableCreateCommand

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 Default for TableCreateCommand
[src]

fn default() -> TableCreateCommand

Returns the "default value" for a type. Read more

impl Queryable for TableCreateCommand
[src]

fn to_query(self) -> String

impl Commandable for TableCreateCommand
[src]

fn to_command(self) -> String

impl Extendable for TableCreateCommand
[src]

type Output = TableCreateCommand

unsafe fn set_arguments(self, arguments: HashMap<StringString>) -> Self::Output

impl RequestCancellable for TableCreateCommand
[src]

type Output = TableCreateCommand

fn append_request_id(self, request_id: String) -> Self::Output