Struct rustc_infer::traits::project::ProjectionCacheStorage
source · pub struct ProjectionCacheStorage<'tcx> {
map: SnapshotMapStorage<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>,
}
Fields
map: SnapshotMapStorage<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>
Implementations
sourceimpl<'tcx> ProjectionCacheStorage<'tcx>
impl<'tcx> ProjectionCacheStorage<'tcx>
pub(crate) fn with_log<'a>(
&'a mut self,
undo_log: &'a mut InferCtxtUndoLogs<'tcx>
) -> ProjectionCache<'a, 'tcx>
Trait Implementations
sourceimpl<'tcx> Clone for ProjectionCacheStorage<'tcx>
impl<'tcx> Clone for ProjectionCacheStorage<'tcx>
sourcefn clone(&self) -> ProjectionCacheStorage<'tcx>
fn clone(&self) -> ProjectionCacheStorage<'tcx>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'tcx> Default for ProjectionCacheStorage<'tcx>
impl<'tcx> Default for ProjectionCacheStorage<'tcx>
sourcefn default() -> ProjectionCacheStorage<'tcx>
fn default() -> ProjectionCacheStorage<'tcx>
Returns the “default value” for a type. Read more
sourceimpl<'tcx> Rollback<UndoLog<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>> for ProjectionCacheStorage<'tcx>
impl<'tcx> Rollback<UndoLog<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>> for ProjectionCacheStorage<'tcx>
fn reverse(
&mut self,
undo: UndoLog<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>
)
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for ProjectionCacheStorage<'tcx>
impl<'tcx> !Send for ProjectionCacheStorage<'tcx>
impl<'tcx> !Sync for ProjectionCacheStorage<'tcx>
impl<'tcx> Unpin for ProjectionCacheStorage<'tcx>
impl<'tcx> !UnwindSafe for ProjectionCacheStorage<'tcx>
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,
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes