pub struct NodeRow<'a> {
pub node_id: String,
pub ordinal: u32,
pub node: &'a ProjectedNode,
}Expand description
A node with its id and ordinal (§2.3).
Fields§
§node_id: String§ordinal: u32The count of earlier nodes of the same (kind, block_id).
node: &'a ProjectedNodeTrait Implementations§
impl<'a> Eq for NodeRow<'a>
impl<'a> StructuralPartialEq for NodeRow<'a>
Auto Trait Implementations§
impl<'a> Freeze for NodeRow<'a>
impl<'a> RefUnwindSafe for NodeRow<'a>
impl<'a> Send for NodeRow<'a>
impl<'a> Sync for NodeRow<'a>
impl<'a> Unpin for NodeRow<'a>
impl<'a> UnsafeUnpin for NodeRow<'a>
impl<'a> UnwindSafe for NodeRow<'a>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<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.