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: DebruijnIndex
Implementations§
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> DynSend for Canonicalizer<'a, Infcx, I>where
Infcx: DynSync,
<I as Interner>::GenericArg: DynSend,
<I as Interner>::PlaceholderConst: DynSend,
<I as Interner>::PlaceholderRegion: DynSend,
<I as Interner>::PlaceholderTy: DynSend,
<I as Interner>::Ty: DynSend,
impl<'a, Infcx, I> DynSync for Canonicalizer<'a, Infcx, I>where
Infcx: DynSync,
<I as Interner>::GenericArg: DynSync,
<I as Interner>::PlaceholderConst: DynSync,
<I as Interner>::PlaceholderRegion: DynSync,
<I as Interner>::PlaceholderTy: DynSync,
<I as Interner>::Ty: DynSync,
impl<'a, Infcx, I> Freeze for Canonicalizer<'a, Infcx, I>
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
source§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
source§impl<I, F> FallibleTypeFolder<I> for Fwhere
I: Interner,
F: TypeFolder<I>,
impl<I, F> FallibleTypeFolder<I> for Fwhere
I: Interner,
F: TypeFolder<I>,
type Error = !
fn interner(&self) -> I
fn try_fold_binder<T>( &mut self, t: <I as Interner>::Binder<T> ) -> Result<<I as Interner>::Binder<T>, !>
fn try_fold_ty( &mut self, t: <I as Interner>::Ty ) -> Result<<I as Interner>::Ty, !>
fn try_fold_region( &mut self, r: <I as Interner>::Region ) -> Result<<I as Interner>::Region, !>
fn try_fold_const( &mut self, c: <I as Interner>::Const ) -> Result<<I as Interner>::Const, !>
fn try_fold_predicate( &mut self, p: <I as Interner>::Predicate ) -> Result<<I as Interner>::Predicate, !>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
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: 48 bytes