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

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

Methods

impl<T> Edge<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for Edge<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 Edge<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<'de, T> Deserialize<'de> for Edge<T> where
    T: DeserializeOwned
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

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

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