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

pub struct RemoteNode { /* fields omitted */ }

A RemoteNode will perform communication with another ArangoDB instances in the cluster. For example, the cluster coordinator will need to communicate with other servers to fetch the actual data from the shards. It will do so via RemoteNodes. The data servers themselves might again pull further data from the coordinator, and thus might also employ RemoteNodes. So, all of the above cluster relevant nodes will be accompanied by a RemoteNode.

Methods

impl RemoteNode
[src]

[src]

Trait Implementations

impl Debug for RemoteNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RemoteNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Sync for RemoteNode