Struct rustc_data_structures::unify::InPlace
source · [−]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> Send for InPlace<K, V, L>where
K: Send,
L: Send,
V: Send,
impl<K, V, L> Sync for InPlace<K, V, L>where
K: Sync,
L: Sync,
V: Sync,
impl<K, V, L> Unpin for InPlace<K, V, L>where
K: Unpin,
L: Unpin,
V: Unpin,
impl<K, V, L> UnwindSafe for InPlace<K, V, L>where
K: UnwindSafe,
L: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> Erased for T
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.