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