[][src]Struct traitgraph::OptionalEdgeIndex

pub struct OptionalEdgeIndex<IndexType: Sized>(_);

Trait Implementations

impl<IndexType: PrimInt> Add<usize> for OptionalEdgeIndex<IndexType>[src]

type Output = Self

The resulting type after applying the + operator.

impl<IndexType: Clone + Sized> Clone for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: Copy + Sized> Copy for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PrimInt> Debug for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PrimInt> Default for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: Eq + Sized> Eq for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PrimInt> From<EdgeIndex<IndexType>> for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PrimInt> From<Option<EdgeIndex<IndexType>>> for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PrimInt> From<Option<usize>> for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PrimInt> From<OptionalEdgeIndex<IndexType>> for Option<EdgeIndex<IndexType>>[src]

impl<IndexType: PrimInt> From<usize> for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PrimInt> GraphIndex<OptionalEdgeIndex<IndexType>> for EdgeIndex<IndexType>[src]

impl<IndexType: Hash + Sized> Hash for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PrimInt> OptionalGraphIndex<EdgeIndex<IndexType>> for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: Ord + Sized> Ord for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PartialEq + Sized> PartialEq<OptionalEdgeIndex<IndexType>> for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: PartialOrd + Sized> PartialOrd<OptionalEdgeIndex<IndexType>> for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: Sized> StructuralEq for OptionalEdgeIndex<IndexType>[src]

impl<IndexType: Sized> StructuralPartialEq for OptionalEdgeIndex<IndexType>[src]

Auto Trait Implementations

impl<IndexType> RefUnwindSafe for OptionalEdgeIndex<IndexType> where
    IndexType: RefUnwindSafe

impl<IndexType> Send for OptionalEdgeIndex<IndexType> where
    IndexType: Send

impl<IndexType> Sync for OptionalEdgeIndex<IndexType> where
    IndexType: Sync

impl<IndexType> Unpin for OptionalEdgeIndex<IndexType> where
    IndexType: Unpin

impl<IndexType> UnwindSafe for OptionalEdgeIndex<IndexType> where
    IndexType: UnwindSafe

Blanket Implementations

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

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

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

impl<N> NodeTrait for N where
    N: Copy + Ord + Hash
[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.