<spanid="variant.NoBoundVariable"class="variant small-section-header"><ahref="#variant.NoBoundVariable"class="anchor field"></a><spanid='NoBoundVariable.v'class='invisible'><code>NoBoundVariable</code></span></span><spanid="variant.UnexpectedBinding"class="variant small-section-header"><ahref="#variant.UnexpectedBinding"class="anchor field"></a><spanid='UnexpectedBinding.v'class='invisible'><code>UnexpectedBinding</code></span></span><spanid="variant.RepeatedBoundVariable"class="variant small-section-header"><ahref="#variant.RepeatedBoundVariable"class="anchor field"></a><spanid='RepeatedBoundVariable.v'class='invisible'><code>RepeatedBoundVariable</code></span></span><spanid="variant.ExpectedBindRel"class="variant small-section-header"><ahref="#variant.ExpectedBindRel"class="anchor field"></a><spanid='ExpectedBindRel.v'class='invisible'><code>ExpectedBindRel</code></span></span><divclass='docblock'><p>Expected <code>[[?x ?y]]</code> but got some other type of binding. Mentat is deliberately more strict
than Datomic: we won't try to make sense of non-obvious (and potentially erroneous) bindings.</p>
</div><spanid="variant.ExpectedBindRelOrBindColl"class="variant small-section-header"><ahref="#variant.ExpectedBindRelOrBindColl"class="anchor field"></a><spanid='ExpectedBindRelOrBindColl.v'class='invisible'><code>ExpectedBindRelOrBindColl</code></span></span><divclass='docblock'><p>Expected <code>[[?x ?y]]</code> or <code>[?x ...]</code> but got some other type of binding. Mentat is
deliberately more strict than Datomic: we won't try to make sense of non-obvious (and
potentially erroneous) bindings.</p>
</div><spanid="variant.InvalidNumberOfBindings"class="variant small-section-header"><ahref="#variant.InvalidNumberOfBindings"class="anchor field"></a><spanid='InvalidNumberOfBindings.v'class='invisible'><code>InvalidNumberOfBindings</code></span></span><divclass='docblock'><p>Expected <code>[?x1 … ?xN]</code> or <code>[[?x1 … ?xN]]</code> but got some other number of bindings. Mentat is
deliberately more strict than Datomic: we prefer placeholders to omission.</p>
</div><spanclass='docblock autohide sub-variant'id='variant.InvalidNumberOfBindings.fields'><h3class='fields'>Fields of <code>InvalidNumberOfBindings</code></h3>
<h3id='impl-Clone'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a> for <aclass="enum"href="../mentat_query_algebrizer/enum.BindingError.html"title="enum mentat_query_algebrizer::BindingError">BindingError</a></code><ahref='#impl-Clone'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/errors.rs.html#34'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.clone'class="method"><spanid='clone.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone'class='fnname'>clone</a>(&self) -><aclass="enum"href="../mentat_query_algebrizer/enum.BindingError.html"title="enum mentat_query_algebrizer::BindingError">BindingError</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/errors.rs.html#34'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Returns a copy of the value. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div></div><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="enum"href="../mentat_query_algebrizer/enum.BindingError.html"title="enum mentat_query_algebrizer::BindingError">BindingError</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/errors.rs.html#34'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/errors.rs.html#34'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>
</div></div><h3id='impl-Eq'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html"title="trait core::cmp::Eq">Eq</a> for <aclass="enum"href="../mentat_query_algebrizer/enum.BindingError.html"title="enum mentat_query_algebrizer::BindingError">BindingError</a></code><ahref='#impl-Eq'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/errors.rs.html#34'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'></div><h3id='impl-PartialEq'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a> for <aclass="enum"href="../mentat_query_algebrizer/enum.BindingError.html"title="enum mentat_query_algebrizer::BindingError">BindingError</a></code><ahref='#impl-PartialEq'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../src/mentat_query_algebrizer/errors.rs.html#34'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.eq'class="method"><spanid='eq.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq'class='fnname'>eq</a>(&self, __arg_0: &<aclass="enum"href="../mentat_query_algebrizer/enum.BindingError.html"title="enum mentat_query_algebrizer::BindingError">BindingError</a>) -><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/errors.rs.html#34'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>