[][src]Struct s3graph::Edge

pub struct Edge<V, L> { /* fields omitted */ }

Trait Implementations

impl<V: Clone, L: Clone> Clone for Edge<V, L>[src]

impl<V: Copy, L: Copy> Copy for Edge<V, L>[src]

Auto Trait Implementations

impl<V, L> Send for Edge<V, L> where
    L: Send,
    V: Send

impl<V, L> Sync for Edge<V, L> where
    L: Sync,
    V: Sync

impl<V, L> Unpin for Edge<V, L> where
    L: Unpin,
    V: Unpin

impl<V, L> RefUnwindSafe for Edge<V, L> where
    L: RefUnwindSafe,
    V: RefUnwindSafe

impl<V, L> UnwindSafe for Edge<V, L> where
    L: UnwindSafe,
    V: UnwindSafe

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]