Struct chalk_solve::solve::SolutionDisplay
source · pub struct SolutionDisplay<'a, I: Interner> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'a, I> RefUnwindSafe for SolutionDisplay<'a, I>where I: RefUnwindSafe, <I as Interner>::InternedCanonicalVarKinds: RefUnwindSafe, <I as Interner>::InternedConstraints: RefUnwindSafe, <I as Interner>::InternedSubstitution: RefUnwindSafe,
impl<'a, I> Send for SolutionDisplay<'a, I>where I: Send, <I as Interner>::InternedCanonicalVarKinds: Sync, <I as Interner>::InternedConstraints: Sync, <I as Interner>::InternedSubstitution: Sync,
impl<'a, I> Sync for SolutionDisplay<'a, I>where I: Sync, <I as Interner>::InternedCanonicalVarKinds: Sync, <I as Interner>::InternedConstraints: Sync, <I as Interner>::InternedSubstitution: Sync,
impl<'a, I> Unpin for SolutionDisplay<'a, I>where I: Unpin,
impl<'a, I> UnwindSafe for SolutionDisplay<'a, I>where I: UnwindSafe, <I as Interner>::InternedCanonicalVarKinds: RefUnwindSafe, <I as Interner>::InternedConstraints: RefUnwindSafe, <I as Interner>::InternedSubstitution: RefUnwindSafe,
Blanket Implementations§
source§impl<T> Cast for T
impl<T> Cast for T
source§fn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere Self: CastTo<U>, U: HasInterner,
Cast a value to type
U using CastTo.