pub struct NodeIndex<N> {
pub index: u32,
/* private fields */
}Fields§
§index: u32Implementations§
Trait Implementations§
impl<N: Copy> Copy for NodeIndex<N>
impl<N: Eq> Eq for NodeIndex<N>
impl<N: PartialEq> StructuralPartialEq for NodeIndex<N>
Auto Trait Implementations§
impl<N> Freeze for NodeIndex<N>where
PhantomData<N>: Freeze,
impl<N> RefUnwindSafe for NodeIndex<N>where
PhantomData<N>: RefUnwindSafe,
impl<N> Send for NodeIndex<N>where
PhantomData<N>: Send,
impl<N> Sync for NodeIndex<N>where
PhantomData<N>: Sync,
impl<N> Unpin for NodeIndex<N>where
PhantomData<N>: Unpin,
impl<N> UnsafeUnpin for NodeIndex<N>where
PhantomData<N>: UnsafeUnpin,
impl<N> UnwindSafe for NodeIndex<N>where
PhantomData<N>: 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