[][src]Struct bigraph::EdgeIndex

pub struct EdgeIndex<IndexType>(_);

Trait Implementations

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

type Output = EdgeIndex<IndexType>

The resulting type after applying the + operator.

impl<IndexType> Clone for EdgeIndex<IndexType> where
    IndexType: Clone
[src]

impl<IndexType> Copy for EdgeIndex<IndexType> where
    IndexType: Copy
[src]

impl<IndexType> Debug for EdgeIndex<IndexType> where
    IndexType: PrimInt
[src]

impl<IndexType> Eq for EdgeIndex<IndexType> where
    IndexType: Eq
[src]

impl<IndexType> From<EdgeIndex<IndexType>> for EdgeIndex<IndexType> where
    IndexType: ToPrimitive + PrimInt + IndexType
[src]

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

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

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

impl<IndexType> Hash for EdgeIndex<IndexType> where
    IndexType: Hash
[src]

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

impl<IndexType> Ord for EdgeIndex<IndexType> where
    IndexType: Ord
[src]

impl<IndexType> PartialEq<EdgeIndex<IndexType>> for EdgeIndex<IndexType> where
    IndexType: PartialEq<IndexType>, 
[src]

impl<IndexType> PartialOrd<EdgeIndex<IndexType>> for EdgeIndex<IndexType> where
    IndexType: PartialOrd<IndexType>, 
[src]

Auto Trait Implementations

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

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

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

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

impl<IndexType> UnwindSafe for EdgeIndex<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.