Struct moniker::GenId[][src]

pub struct GenId(_);

A generated id

Methods

impl GenId
[src]

Generate a new, globally unique id

Trait Implementations

impl Debug for GenId
[src]

Formats the value using the given formatter. Read more

impl Copy for GenId
[src]

impl Clone for GenId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GenId
[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 GenId
[src]

impl Hash for GenId
[src]

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

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

impl Display for GenId
[src]

Formats the value using the given formatter. Read more

impl<N> From<GenId> for FreeVar<N>
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for GenId

impl Sync for GenId