Struct rustc_ap_rustc_data_structures::unify::InPlace [−][src]
pub struct InPlace<K, V = Vec<VarValue<K>, Global>, L = VecLog<UndoLog<Delegate<K>>>> where
K: UnifyKey,
V: VecLike<Delegate<K>>, { /* fields omitted */ }
Expand description
Backing store for an in-place unification table. Not typically used directly.
Trait Implementations
impl<K, V, L> UnificationStoreBase for InPlace<K, V, L> where
K: UnifyKey,
V: VecLike<Delegate<K>>,
[src]
impl<K, V, L> UnificationStoreBase for InPlace<K, V, L> where
K: UnifyKey,
V: VecLike<Delegate<K>>,
[src]pub fn reset_unifications(
&mut self,
value: impl FnMut(u32) -> VarValue<<InPlace<K, V, L> as UnificationStoreBase>::Key>
)
[src]Auto Trait Implementations
impl<K, V, L> RefUnwindSafe for InPlace<K, V, L> where
K: RefUnwindSafe,
L: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V, L> UnwindSafe for InPlace<K, V, L> where
K: UnwindSafe,
L: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V