<h3id='impl'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="struct"href="../mentat_query_algebrizer/struct.AlgebraicQuery.html"title="struct mentat_query_algebrizer::AlgebraicQuery">AlgebraicQuery</a></code><ahref='#impl'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/lib.rs.html#151-188'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.is_known_empty'class="method"><spanid='is_known_empty.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>pub fn <ahref='#method.is_known_empty'class='fnname'>is_known_empty</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/lib.rs.html#153-155'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><h4id='method.is_fully_bound'class="method"><spanid='is_fully_bound.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>pub fn <ahref='#method.is_fully_bound'class='fnname'>is_fully_bound</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/lib.rs.html#158-173'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Return true if every variable in the find spec is fully bound to a single value.</p>
</div><h4id='method.is_fully_unit_bound'class="method"><spanid='is_fully_unit_bound.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>pub fn <ahref='#method.is_fully_unit_bound'class='fnname'>is_fully_unit_bound</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/lib.rs.html#177-180'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Return true if every variable in the find spec is fully bound to a single value,
</div><h4id='method.unbound_variables'class="method"><spanid='unbound_variables.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>pub fn <ahref='#method.unbound_variables'class='fnname'>unbound_variables</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/btree/set/struct.BTreeSet.html"title="struct alloc::btree::set::BTreeSet">BTreeSet</a><<aclass="struct"href="../edn/query/struct.Variable.html"title="struct edn::query::Variable">Variable</a>></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/lib.rs.html#185-187'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Return a set of the input variables mentioned in the <code>:in</code> clause that have not yet been
<h3id='impl-Debug'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="../mentat_query_algebrizer/struct.AlgebraicQuery.html"title="struct mentat_query_algebrizer::AlgebraicQuery">AlgebraicQuery</a></code><ahref='#impl-Debug'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/lib.rs.html#128'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.fmt'class="method"><spanid='fmt.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt'class='fnname'>fmt</a>(&self, __arg_0: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/lib.rs.html#128'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>