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

pub struct NewEdge<T> { /* fields omitted */ }

Methods

impl<T> NewEdge<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug> Debug for NewEdge<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for NewEdge<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: PartialEq> PartialEq for NewEdge<T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<T> Serialize for NewEdge<T> where
    T: Serialize + Debug
[src]

[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl<T> Send for NewEdge<T> where
    T: Send

impl<T> Sync for NewEdge<T> where
    T: Sync