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

pub struct ScatterNode { /* fields omitted */ }

Used on a coordinator to fan-out data to one or multiple shards.

Methods

impl ScatterNode
[src]

[src]

Trait Implementations

impl Debug for ScatterNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ScatterNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Sync for ScatterNode