Struct ena::unify::InPlace [] [src]

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

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

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

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

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.