Struct hir::ir::NodeId [] [src]

pub struct NodeId(_);

Methods

impl NodeId
[src]

The NodeId returned by Default is often used as a placeholder for something that needs its own NodeId but it hasn't been computed for yet.

Trait Implementations

impl Debug for NodeId
[src]

Formats the value using the given formatter. Read more

impl Default for NodeId
[src]

Returns the "default value" for a type. Read more

impl Copy for NodeId
[src]

impl Clone for NodeId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NodeId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for NodeId
[src]

impl Hash for NodeId
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl HeapSizeOf for NodeId
[src]

Measure the size of any heap-allocated structures that hang off this value, but not the space taken up by the value itself (i.e. what size_of:: measures, more or less); that space is handled by the implementation of HeapSizeOf for Box below. Read more

Auto Trait Implementations

impl Send for NodeId

impl Sync for NodeId