Struct rincon_session::client::ExplainOptions [] [src]

pub struct ExplainOptions { /* fields omitted */ }

Methods

impl ExplainOptions
[src]

[src]

[src]

[src]

[src]

[src]

Returns a mutable reference to the optimizer options.

[src]

Removes the optimizer options from this struct and returns the them.

[src]

Returns a reference to the optimizer options.

Trait Implementations

impl PartialEq<ExplainOptions> for ExplainOptions
[src]

[src]

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

[src]

This method tests for !=.

impl Serialize for ExplainOptions
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl Clone for ExplainOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExplainOptions
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations