Struct chalk_solve::solve::SolutionDisplay
source · pub struct SolutionDisplay<'a, I: Interner> {
solution: &'a Solution<I>,
interner: I,
}
Fields§
§solution: &'a Solution<I>
§interner: I
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> Freeze for SolutionDisplay<'a, I>where
I: Freeze,
impl<'a, I> RefUnwindSafe for SolutionDisplay<'a, I>where
I: RefUnwindSafe,
<I as Interner>::InternedCanonicalVarKinds: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::InternedConstraints: RefUnwindSafe,
impl<'a, I> Send for SolutionDisplay<'a, I>where
I: Send,
<I as Interner>::InternedCanonicalVarKinds: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::InternedConstraints: Sync,
impl<'a, I> Sync for SolutionDisplay<'a, I>where
I: Sync,
<I as Interner>::InternedCanonicalVarKinds: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::InternedConstraints: 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>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::InternedConstraints: RefUnwindSafe,
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> 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
.