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

pub struct EnumerateCollectionNode { /* fields omitted */ }

Enumeration over documents of a collection (given in its collection attribute) without using an index.

Methods

impl EnumerateCollectionNode
[src]

[src]

Trait Implementations

impl Debug for EnumerateCollectionNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EnumerateCollectionNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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