Struct rincon_client::graph::types::EdgeCollection [] [src]

pub struct EdgeCollection { /* fields omitted */ }

Methods

impl EdgeCollection
[src]

[src]

[src]

Trait Implementations

impl Debug for EdgeCollection
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EdgeCollection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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