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

pub struct CalculationNode { /* fields omitted */ }

Evaluates an expression. The expression result may be used by other nodes, e.g. FilterNode, EnumerateListNode, SortNode etc.

Methods

impl CalculationNode
[src]

[src]

Trait Implementations

impl Debug for CalculationNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CalculationNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CalculationNode
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations