pub struct TypeSolution { /* private fields */ }Expand description
Solver output: every value name in the graph maps to its resolved concrete TypeNode.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeSolution
impl RefUnwindSafe for TypeSolution
impl Send for TypeSolution
impl Sync for TypeSolution
impl Unpin for TypeSolution
impl UnsafeUnpin for TypeSolution
impl UnwindSafe for TypeSolution
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