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

pub struct IndexNode { /* fields omitted */ }

Enumeration over one or many indexes (given in its indexes attribute) of a collection. The index ranges are specified in the condition attribute of the node.

Methods

impl IndexNode
[src]

[src]

Trait Implementations

impl Debug for IndexNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for IndexNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IndexNode
[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

impl Send for IndexNode

impl Sync for IndexNode