pub struct EdgeIndex<IndexType>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<IndexType: UpperBounded + Eq + Debug> From<EdgeIndex<IndexType>> for OptionalEdgeIndex<IndexType>
impl<IndexType: UpperBounded + Eq + Debug> From<EdgeIndex<IndexType>> for OptionalEdgeIndex<IndexType>
Source§impl<IndexType: UpperBounded + Eq + Debug + TryInto<usize>> From<EdgeIndex<IndexType>> for usize
impl<IndexType: UpperBounded + Eq + Debug + TryInto<usize>> From<EdgeIndex<IndexType>> for usize
Source§impl<IndexType: UpperBounded + Eq + Debug + TryFrom<usize>> From<usize> for EdgeIndex<IndexType>
impl<IndexType: UpperBounded + Eq + Debug + TryFrom<usize>> From<usize> for EdgeIndex<IndexType>
Source§impl<IndexType: Ord> Ord for EdgeIndex<IndexType>
impl<IndexType: Ord> Ord for EdgeIndex<IndexType>
Source§impl<IndexType: PartialOrd> PartialOrd for EdgeIndex<IndexType>
impl<IndexType: PartialOrd> PartialOrd for EdgeIndex<IndexType>
impl<IndexType: Copy> Copy for EdgeIndex<IndexType>
impl<IndexType: Eq> Eq for EdgeIndex<IndexType>
Auto Trait Implementations§
impl<IndexType> Freeze for EdgeIndex<IndexType>where
IndexType: Freeze,
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§
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