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>
Source§impl<N: PartialEq> PartialEq for NodeIndex<N>
impl<N: PartialEq> PartialEq for NodeIndex<N>
impl<N: PartialEq> StructuralPartialEq for NodeIndex<N>
Auto Trait Implementations§
impl<N> Freeze for NodeIndex<N>
impl<N> RefUnwindSafe for NodeIndex<N>where
N: RefUnwindSafe,
impl<N> Send for NodeIndex<N>where
N: Send,
impl<N> Sync for NodeIndex<N>where
N: Sync,
impl<N> Unpin for NodeIndex<N>where
N: Unpin,
impl<N> UnsafeUnpin for NodeIndex<N>
impl<N> UnwindSafe for NodeIndex<N>where
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