Struct moniker::BoundVar[][src]

pub struct BoundVar<N> {
    pub scope: ScopeOffset,
    pub binder: BinderIndex,
    pub pretty_name: Option<N>,
}

Fields

Trait Implementations

impl<N: Debug> Debug for BoundVar<N>
[src]

Formats the value using the given formatter. Read more

impl<N: Clone> Clone for BoundVar<N>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N> PartialEq for BoundVar<N>
[src]

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

This method tests for !=.

impl<N> Eq for BoundVar<N>
[src]

impl<N> Hash for BoundVar<N> where
    N: Hash
[src]

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

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

impl<N: Display> Display for BoundVar<N>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<N> Send for BoundVar<N> where
    N: Send

impl<N> Sync for BoundVar<N> where
    N: Sync