[][src]Struct traitgraph::EdgeIndex

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

Implementations

impl<IndexType: PrimInt> EdgeIndex<IndexType>[src]

pub fn invalid() -> Self[src]

pub fn is_invalid(&self) -> bool[src]

Trait Implementations

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

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

impl<IndexType: Debug + Sized> Debug for EdgeIndex<IndexType>[src]

impl<IndexType: Default + Sized> Default for EdgeIndex<IndexType>[src]

impl<IndexType: Sized> Display for EdgeIndex<IndexType> where
    IndexType: Display
[src]

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

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

impl<IndexType: Sized> From<IndexType> for EdgeIndex<IndexType>[src]

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

impl<T, IndexType: PrimInt> Index<EdgeIndex<IndexType>> for Vec<T>[src]

type Output = T

The returned type after indexing.

impl<T, IndexType: PrimInt> IndexMut<EdgeIndex<IndexType>> for Vec<T>[src]

impl<IndexType: Sized> OpaqueTypedef for EdgeIndex<IndexType>[src]

type Inner = IndexType

Inner type.

type Error = Infallible

Validation error type.

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

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

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

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

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

impl<IndexType: ToPrimitive> ToPrimitive for EdgeIndex<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<!> for T[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> ToString for T where
    T: Display + ?Sized
[src]

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.