Struct ruroonga_command::log_level::LogLevelCommand [] [src]

pub struct LogLevelCommand {
    // some fields omitted
}

Methods

impl LogLevelCommand
[src]

fn new(level: LogLevelType) -> LogLevelCommand

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

Trait Implementations

impl Debug for LogLevelCommand
[src]

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

Formats the value using the given formatter.

impl Eq for LogLevelCommand
[src]

impl PartialEq for LogLevelCommand
[src]

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

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

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

This method tests for !=.

impl Clone for LogLevelCommand
[src]

fn clone(&self) -> LogLevelCommand

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

fn default() -> LogLevelCommand

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

impl Queryable for LogLevelCommand
[src]

fn to_query(self) -> String

impl Commandable for LogLevelCommand
[src]

fn to_command(self) -> String

impl Extendable for LogLevelCommand
[src]

type Output = LogLevelCommand

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

impl RequestCancellable for LogLevelCommand
[src]

type Output = LogLevelCommand

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

impl RequestTimeoutable for LogLevelCommand
[src]

type Output = LogLevelCommand

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

Specify timeout value. Unit: seconds Read more