Struct rincon_client::aql::types::OptimizerRuleSet [] [src]

pub struct OptimizerRuleSet { /* fields omitted */ }

Methods

impl OptimizerRuleSet
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Important traits for OptimizerRuleIter<'a>
[src]

Trait Implementations

impl Debug for OptimizerRuleSet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OptimizerRuleSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for OptimizerRuleSet
[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 Default for OptimizerRuleSet
[src]

[src]

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

impl Serialize for OptimizerRuleSet
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl IntoIterator for OptimizerRuleSet
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations