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

pub struct GatherNode { /* fields omitted */ }

Used on a coordinator to aggregate results from one or many shards into a combined stream of results.

Methods

impl GatherNode
[src]

[src]

Trait Implementations

impl Debug for GatherNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GatherNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Sync for GatherNode