[][src]Struct bigraph::NodeIndex

pub struct NodeIndex<IndexType>(_);

Trait Implementations

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

type Output = NodeIndex<IndexType>

The resulting type after applying the + operator.

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

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

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

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

impl<IndexType> From<NodeIndex<IndexType>> for OptionalNodeIndex<IndexType> where
    IndexType: PrimInt
[src]

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

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

impl<IndexType> GraphIndex<OptionalNodeIndex<IndexType>> for NodeIndex<IndexType> where
    IndexType: PrimInt
[src]

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

impl<IndexType> OptionalGraphIndex<NodeIndex<IndexType>> for OptionalNodeIndex<IndexType> where
    IndexType: PrimInt
[src]

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

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

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

Auto Trait Implementations

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

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

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

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

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