Struct ruroonga_command::column_copy::ColumnCopyCommand [] [src]

pub struct ColumnCopyCommand {
    // some fields omitted
}

Methods

impl ColumnCopyCommand
[src]

fn new(from_table: String, from_name: String, to_table: String, to_name: String) -> ColumnCopyCommand

fn build(self) -> (Command, Query)

Trait Implementations

impl Debug for ColumnCopyCommand
[src]

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

Formats the value using the given formatter.

impl Eq for ColumnCopyCommand
[src]

impl PartialEq for ColumnCopyCommand
[src]

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

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

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

This method tests for !=.

impl Clone for ColumnCopyCommand
[src]

fn clone(&self) -> ColumnCopyCommand

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

fn default() -> ColumnCopyCommand

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

impl Queryable for ColumnCopyCommand
[src]

fn to_query(self) -> String

impl Commandable for ColumnCopyCommand
[src]

fn to_command(self) -> String

impl Extendable for ColumnCopyCommand
[src]

type Output = ColumnCopyCommand

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

impl RequestCancellable for ColumnCopyCommand
[src]

type Output = ColumnCopyCommand

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

impl RequestTimeoutable for ColumnCopyCommand
[src]

type Output = ColumnCopyCommand

fn append_request_timeout(self, timeout: f64) -> Self::Output

Specify timeout value. Unit: seconds Read more