Struct 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>>, {
pub(crate) values: SnapshotVec<Delegate<K>, V, L>,
}
Expand description
Backing store for an in-place unification table. Not typically used directly.
Fields
values: SnapshotVec<Delegate<K>, V, L>
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
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.