Struct rustc_data_structures::unify::InPlace[][src]

pub struct InPlace<K> where
    K: UnifyKey
{ /* fields omitted */ }

Backing store for an in-place unification table. Not typically used directly.

Trait Implementations

impl<K> Index<usize> for InPlace<K> where
    K: UnifyKey
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<K> Clone for InPlace<K> where
    K: UnifyKey + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<K> Debug for InPlace<K> where
    K: UnifyKey + Debug
[src]

Formats the value using the given formatter. Read more

impl<K> UnificationStore for InPlace<K> where
    K: UnifyKey
[src]

Auto Trait Implementations

impl<K> Send for InPlace<K> where
    K: Send,
    <K as UnifyKey>::Value: Send

impl<K> Sync for InPlace<K> where
    K: Sync,
    <K as UnifyKey>::Value: Sync