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§
source§impl<'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§
source§impl<'tcx> Clone for ProjectionCacheStorage<'tcx>
impl<'tcx> Clone for ProjectionCacheStorage<'tcx>
source§fn clone(&self) -> ProjectionCacheStorage<'tcx>
fn clone(&self) -> ProjectionCacheStorage<'tcx>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'tcx> Default for ProjectionCacheStorage<'tcx>
impl<'tcx> Default for ProjectionCacheStorage<'tcx>
source§fn default() -> ProjectionCacheStorage<'tcx>
fn default() -> ProjectionCacheStorage<'tcx>
Returns the “default value” for a type. Read more
source§impl<'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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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