pub struct NodeId<S: Stage>(/* private fields */);Expand description
Used to access nodes within the registry, just a simple usize alias
Implementations§
Source§impl<S: Stage> NodeId<S>
impl<S: Stage> NodeId<S>
pub fn stage_shape(&self) -> &'static StageShape
Trait Implementations§
Source§impl<S: Ord + Stage> Ord for NodeId<S>
impl<S: Ord + Stage> Ord for NodeId<S>
Source§impl<S0: Stage, S1: Stage> PartialOrd<NodeId<S1>> for NodeId<S0>
impl<S0: Stage, S1: Stage> PartialOrd<NodeId<S1>> for NodeId<S0>
impl<S: Copy + Stage> Copy for NodeId<S>
impl<S: Eq + Stage> Eq for NodeId<S>
Auto Trait Implementations§
impl<S> Freeze for NodeId<S>
impl<S> RefUnwindSafe for NodeId<S>where
S: RefUnwindSafe,
impl<S> Send for NodeId<S>where
S: Send,
impl<S> Sync for NodeId<S>where
S: Sync,
impl<S> Unpin for NodeId<S>where
S: Unpin,
impl<S> UnwindSafe for NodeId<S>where
S: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.