pub struct Canonicalizer<'a, Infcx: InferCtxtLike<Interner = I>, I: Interner> {
infcx: &'a Infcx,
canonicalize_mode: CanonicalizeMode,
variables: &'a mut Vec<I::GenericArg>,
primitive_var_infos: Vec<CanonicalVarInfo<I>>,
binder_index: DebruijnIndex,
}Fields§
§infcx: &'a Infcx§canonicalize_mode: CanonicalizeMode§variables: &'a mut Vec<I::GenericArg>§primitive_var_infos: Vec<CanonicalVarInfo<I>>§binder_index: DebruijnIndexImplementations§
source§impl<'a, Infcx: InferCtxtLike<Interner = I>, I: Interner> Canonicalizer<'a, Infcx, I>
impl<'a, Infcx: InferCtxtLike<Interner = I>, I: Interner> Canonicalizer<'a, Infcx, I>
pub fn canonicalize<T: TypeFoldable<I>>( infcx: &'a Infcx, canonicalize_mode: CanonicalizeMode, variables: &'a mut Vec<I::GenericArg>, value: T ) -> Canonical<I, T>
fn finalize(self) -> (UniverseIndex, I::CanonicalVars)
Trait Implementations§
source§impl<Infcx: InferCtxtLike<Interner = I>, I: Interner> TypeFolder<I> for Canonicalizer<'_, Infcx, I>
impl<Infcx: InferCtxtLike<Interner = I>, I: Interner> TypeFolder<I> for Canonicalizer<'_, Infcx, I>
fn interner(&self) -> I
fn fold_binder<T>(&mut self, t: I::Binder<T>) -> I::Binder<T>
fn fold_region(&mut self, r: I::Region) -> I::Region
fn fold_ty(&mut self, t: I::Ty) -> I::Tywhere
I::Ty: TypeSuperFoldable<I>,
fn fold_const(&mut self, c: I::Const) -> I::Constwhere
I::Const: TypeSuperFoldable<I>,
Auto Trait Implementations§
impl<'a, Infcx, I> RefUnwindSafe for Canonicalizer<'a, Infcx, I>where
Infcx: RefUnwindSafe,
<I as Interner>::GenericArg: RefUnwindSafe,
<I as Interner>::PlaceholderConst: RefUnwindSafe,
<I as Interner>::PlaceholderRegion: RefUnwindSafe,
<I as Interner>::PlaceholderTy: RefUnwindSafe,
<I as Interner>::Ty: RefUnwindSafe,
impl<'a, Infcx, I> Send for Canonicalizer<'a, Infcx, I>where
Infcx: Sync,
<I as Interner>::GenericArg: Send,
<I as Interner>::PlaceholderConst: Send,
<I as Interner>::PlaceholderRegion: Send,
<I as Interner>::PlaceholderTy: Send,
<I as Interner>::Ty: Send,
impl<'a, Infcx, I> Sync for Canonicalizer<'a, Infcx, I>where
Infcx: Sync,
<I as Interner>::GenericArg: Sync,
<I as Interner>::PlaceholderConst: Sync,
<I as Interner>::PlaceholderRegion: Sync,
<I as Interner>::PlaceholderTy: Sync,
<I as Interner>::Ty: Sync,
impl<'a, Infcx, I> Unpin for Canonicalizer<'a, Infcx, I>where
<I as Interner>::PlaceholderConst: Unpin,
<I as Interner>::PlaceholderRegion: Unpin,
<I as Interner>::PlaceholderTy: Unpin,
<I as Interner>::Ty: Unpin,
impl<'a, Infcx, I> !UnwindSafe for Canonicalizer<'a, Infcx, I>
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: 48 bytes