Struct ruroonga_command::io_flush::IoFlushCommand [] [src]

pub struct IoFlushCommand {
    // some fields omitted
}

Methods

impl IoFlushCommand
[src]

fn new() -> IoFlushCommand

fn target_name(self, target_name: String) -> IoFlushCommand

fn recursive(self, recursive: bool) -> IoFlushCommand

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

Trait Implementations

impl Debug for IoFlushCommand
[src]

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

Formats the value using the given formatter.

impl Eq for IoFlushCommand
[src]

impl PartialEq for IoFlushCommand
[src]

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

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

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

This method tests for !=.

impl Clone for IoFlushCommand
[src]

fn clone(&self) -> IoFlushCommand

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

fn default() -> IoFlushCommand

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

impl Queryable for IoFlushCommand
[src]

fn to_query(self) -> String

impl Commandable for IoFlushCommand
[src]

fn to_command(self) -> String

impl Extendable for IoFlushCommand
[src]

type Output = IoFlushCommand

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

impl RequestCancellable for IoFlushCommand
[src]

type Output = IoFlushCommand

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

impl RequestTimeoutable for IoFlushCommand
[src]

type Output = IoFlushCommand

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

Specify timeout value. Unit: seconds Read more