pub struct DirectedEdgeIndex<IndexType>(/* private fields */);Implementations§
Source§impl<IndexType> DirectedEdgeIndex<IndexType>
impl<IndexType> DirectedEdgeIndex<IndexType>
Trait Implementations§
Source§impl<IndexType: Clone> Clone for DirectedEdgeIndex<IndexType>
impl<IndexType: Clone> Clone for DirectedEdgeIndex<IndexType>
Source§impl<IndexType: Debug> Debug for DirectedEdgeIndex<IndexType>
impl<IndexType: Debug> Debug for DirectedEdgeIndex<IndexType>
Source§impl<IndexType: Display> Display for DirectedEdgeIndex<IndexType>
impl<IndexType: Display> Display for DirectedEdgeIndex<IndexType>
Source§impl<IndexType: UpperBounded + Eq + Debug> From<DirectedEdgeIndex<IndexType>> for OptionalDirectedEdgeIndex<IndexType>
impl<IndexType: UpperBounded + Eq + Debug> From<DirectedEdgeIndex<IndexType>> for OptionalDirectedEdgeIndex<IndexType>
Source§fn from(index: DirectedEdgeIndex<IndexType>) -> Self
fn from(index: DirectedEdgeIndex<IndexType>) -> Self
Converts to this type from the input type.
Source§impl<IndexType: UpperBounded + Eq + Debug + TryInto<usize>> From<DirectedEdgeIndex<IndexType>> for usize
impl<IndexType: UpperBounded + Eq + Debug + TryInto<usize>> From<DirectedEdgeIndex<IndexType>> for usize
Source§fn from(value: DirectedEdgeIndex<IndexType>) -> Self
fn from(value: DirectedEdgeIndex<IndexType>) -> Self
Converts to this type from the input type.
Source§impl<IndexType: UpperBounded + Eq + Debug + TryFrom<usize>> From<usize> for DirectedEdgeIndex<IndexType>
impl<IndexType: UpperBounded + Eq + Debug + TryFrom<usize>> From<usize> for DirectedEdgeIndex<IndexType>
Source§impl<IndexType: Hash> Hash for DirectedEdgeIndex<IndexType>
impl<IndexType: Hash> Hash for DirectedEdgeIndex<IndexType>
Source§impl<IndexType: Ord> Ord for DirectedEdgeIndex<IndexType>
impl<IndexType: Ord> Ord for DirectedEdgeIndex<IndexType>
Source§impl<IndexType: PartialEq> PartialEq for DirectedEdgeIndex<IndexType>
impl<IndexType: PartialEq> PartialEq for DirectedEdgeIndex<IndexType>
Source§impl<IndexType: PartialOrd> PartialOrd for DirectedEdgeIndex<IndexType>
impl<IndexType: PartialOrd> PartialOrd for DirectedEdgeIndex<IndexType>
impl<IndexType: Copy> Copy for DirectedEdgeIndex<IndexType>
impl<IndexType: Eq> Eq for DirectedEdgeIndex<IndexType>
Auto Trait Implementations§
impl<IndexType> Freeze for DirectedEdgeIndex<IndexType>where
IndexType: Freeze,
impl<IndexType> RefUnwindSafe for DirectedEdgeIndex<IndexType>where
IndexType: RefUnwindSafe,
impl<IndexType> Send for DirectedEdgeIndex<IndexType>where
IndexType: Send,
impl<IndexType> Sync for DirectedEdgeIndex<IndexType>where
IndexType: Sync,
impl<IndexType> Unpin for DirectedEdgeIndex<IndexType>where
IndexType: Unpin,
impl<IndexType> UnwindSafe for DirectedEdgeIndex<IndexType>where
IndexType: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more