[][src]Struct bigraph::EdgeIndex

pub struct EdgeIndex<IndexType>(_);

Implementations

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

pub fn invalid() -> EdgeIndex<IndexType>[src]

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

Trait Implementations

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: Debug
[src]

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

impl<IndexType> Display for EdgeIndex<IndexType> where
    IndexType: Display
[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<IndexType> for EdgeIndex<IndexType>[src]

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

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

type Inner = IndexType

Inner type.

type Error = Infallible

Validation error type.

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]

impl<IndexType> ToPrimitive for EdgeIndex<IndexType> where
    IndexType: ToPrimitive
[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.