Struct ruroonga_command::column_rename::ColumnRenameCommand [] [src]

pub struct ColumnRenameCommand {
    // some fields omitted
}

Methods

impl ColumnRenameCommand
[src]

fn new(name: String, new_name: String) -> ColumnRenameCommand

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

Trait Implementations

impl Debug for ColumnRenameCommand
[src]

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

Formats the value using the given formatter.

impl Eq for ColumnRenameCommand
[src]

impl PartialEq for ColumnRenameCommand
[src]

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

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

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

This method tests for !=.

impl Clone for ColumnRenameCommand
[src]

fn clone(&self) -> ColumnRenameCommand

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

fn default() -> ColumnRenameCommand

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

impl Queryable for ColumnRenameCommand
[src]

fn to_query(self) -> String

impl Commandable for ColumnRenameCommand
[src]

fn to_command(self) -> String

impl Extendable for ColumnRenameCommand
[src]

type Output = ColumnRenameCommand

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

impl RequestCancellable for ColumnRenameCommand
[src]

type Output = ColumnRenameCommand

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

impl RequestTimeoutable for ColumnRenameCommand
[src]

type Output = ColumnRenameCommand

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

Specify timeout value. Unit: seconds Read more