Struct rustc_type_ir::CanonicalVarInfo
source · pub struct CanonicalVarInfo<I: Interner> {
pub kind: CanonicalVarKind<I>,
}Expand description
Information about a canonical variable that is included with the canonical value. This is sufficient information for code to create a copy of the canonical value in some other inference context, with fresh inference variables replacing the canonical values.
Fields§
§kind: CanonicalVarKind<I>Implementations§
source§impl<I: Interner> CanonicalVarInfo<I>
impl<I: Interner> CanonicalVarInfo<I>
pub fn universe(self) -> UniverseIndex
pub fn with_updated_universe(self, ui: UniverseIndex) -> CanonicalVarInfo<I>
pub fn is_existential(&self) -> bool
pub fn is_region(&self) -> bool
pub fn expect_placeholder_index(self) -> usize
Trait Implementations§
source§impl<I: Interner> Clone for CanonicalVarInfo<I>
impl<I: Interner> Clone for CanonicalVarInfo<I>
source§impl<I: Interner> Debug for CanonicalVarInfo<I>
impl<I: Interner> Debug for CanonicalVarInfo<I>
source§impl<I: Interner, __D: TyDecoder<I = I>> Decodable<__D> for CanonicalVarInfo<I>where
CanonicalVarKind<I>: Decodable<__D>,
impl<I: Interner, __D: TyDecoder<I = I>> Decodable<__D> for CanonicalVarInfo<I>where
CanonicalVarKind<I>: Decodable<__D>,
source§impl<I: Interner, __E: TyEncoder<I = I>> Encodable<__E> for CanonicalVarInfo<I>where
CanonicalVarKind<I>: Encodable<__E>,
impl<I: Interner, __E: TyEncoder<I = I>> Encodable<__E> for CanonicalVarInfo<I>where
CanonicalVarKind<I>: Encodable<__E>,
source§impl<I: Interner> Hash for CanonicalVarInfo<I>
impl<I: Interner> Hash for CanonicalVarInfo<I>
source§impl<I: Interner, __CTX> HashStable<__CTX> for CanonicalVarInfo<I>where
CanonicalVarKind<I>: HashStable<__CTX>,
impl<I: Interner, __CTX> HashStable<__CTX> for CanonicalVarInfo<I>where
CanonicalVarKind<I>: HashStable<__CTX>,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
source§impl<I: Interner> PartialEq for CanonicalVarInfo<I>
impl<I: Interner> PartialEq for CanonicalVarInfo<I>
source§impl<I: Interner> TypeFoldable<I> for CanonicalVarInfo<I>where
I::Ty: TypeFoldable<I>,
impl<I: Interner> TypeFoldable<I> for CanonicalVarInfo<I>where
I::Ty: TypeFoldable<I>,
source§fn try_fold_with<F: FallibleTypeFolder<I>>(
self,
folder: &mut F
) -> Result<Self, F::Error>
fn try_fold_with<F: FallibleTypeFolder<I>>( self, folder: &mut F ) -> Result<Self, F::Error>
source§fn fold_with<F: TypeFolder<I>>(self, folder: &mut F) -> Self
fn fold_with<F: TypeFolder<I>>(self, folder: &mut F) -> Self
A convenient alternative to
try_fold_with for use with infallible
folders. Do not override this method, to ensure coherence with
try_fold_with.source§impl<I: Interner> TypeVisitable<I> for CanonicalVarInfo<I>where
I::Ty: TypeVisitable<I>,
impl<I: Interner> TypeVisitable<I> for CanonicalVarInfo<I>where
I::Ty: TypeVisitable<I>,
source§fn visit_with<V: TypeVisitor<I>>(
&self,
visitor: &mut V
) -> ControlFlow<V::BreakTy>
fn visit_with<V: TypeVisitor<I>>( &self, visitor: &mut V ) -> ControlFlow<V::BreakTy>
impl<I: Interner> Copy for CanonicalVarInfo<I>
impl<I: Interner> Eq for CanonicalVarInfo<I>
Auto Trait Implementations§
impl<I> RefUnwindSafe for CanonicalVarInfo<I>where
<I as Interner>::PlaceholderConst: RefUnwindSafe,
<I as Interner>::PlaceholderRegion: RefUnwindSafe,
<I as Interner>::PlaceholderTy: RefUnwindSafe,
<I as Interner>::Ty: RefUnwindSafe,
impl<I> Send for CanonicalVarInfo<I>where
<I as Interner>::PlaceholderConst: Send,
<I as Interner>::PlaceholderRegion: Send,
<I as Interner>::PlaceholderTy: Send,
<I as Interner>::Ty: Send,
impl<I> Sync for CanonicalVarInfo<I>where
<I as Interner>::PlaceholderConst: Sync,
<I as Interner>::PlaceholderRegion: Sync,
<I as Interner>::PlaceholderTy: Sync,
<I as Interner>::Ty: Sync,
impl<I> Unpin for CanonicalVarInfo<I>where
<I as Interner>::PlaceholderConst: Unpin,
<I as Interner>::PlaceholderRegion: Unpin,
<I as Interner>::PlaceholderTy: Unpin,
<I as Interner>::Ty: Unpin,
impl<I> UnwindSafe for CanonicalVarInfo<I>where
<I as Interner>::PlaceholderConst: UnwindSafe,
<I as Interner>::PlaceholderRegion: UnwindSafe,
<I as Interner>::PlaceholderTy: UnwindSafe,
<I as Interner>::Ty: UnwindSafe,
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
source§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> 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.