Struct runiter_wot::data::NodeId[][src]

pub struct NodeId(pub usize);

Wrapper for a node id.

Trait Implementations

impl Debug for NodeId
[src]

Formats the value using the given formatter. 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 Serialize for NodeId
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for NodeId
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for NodeId

impl Sync for NodeId