pub(crate) struct MaybeTransmutableQuery<L, C>where
    C: QueryContext,
{ src: L, dst: L, scope: <C as QueryContext>::Scope, assume: Assume, context: C, }

Fields

src: Ldst: Lscope: <C as QueryContext>::Scopeassume: Assumecontext: C

Implementations

This method begins by converting src and dst from Tys to Trees, then computes an answer using those trees.

Answers whether a Tree is transmutable into another Tree.

This method begins by de-def’ing src and dst, and prunes private paths from dst, then converts src and dst to Nfas, and computes an answer using those NFAs.

Answers whether a Nfa is transmutable into another Nfa.

This method converts src and dst to DFAs, then computes an answer using those DFAs.

Answers whether a Nfa is transmutable into another Nfa.

This method converts src and dst to DFAs, then computes an answer using those DFAs.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.

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.