Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8a0054a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Oct 13, 2023
1 parent 2530c2a commit ae99c26
Show file tree
Hide file tree
Showing 127 changed files with 577 additions and 279 deletions.
36 changes: 18 additions & 18 deletions catalog/error/enum.Error.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion catalog/error/struct.CreateSystemCatalogSnafu.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion catalog/error/struct.CreateTableSnafu.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>SNAFU context selector for the <code>Error::CreateTable</code> variant</p>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.table_info" class="structfield small-section-header"><a href="#structfield.table_info" class="anchor field">§</a><code>table_info: __T0</code></span><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-CreateTableSnafu%3C__T0%3E" class="impl"><a class="src rightside" href="../../src/catalog/error.rs.html#27">source</a><a href="#impl-Clone-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../src/catalog/error.rs.html#27">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;</h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/nightly/src/core/clone.rs.html#169">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-CreateTableSnafu%3C__T0%3E" class="impl"><a class="src rightside" href="../../src/catalog/error.rs.html#27">source</a><a href="#impl-Debug-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/catalog/error.rs.html#27">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-IntoError%3CError%3E-for-CreateTableSnafu%3C__T0%3E" class="impl"><a class="src rightside" href="../../src/catalog/error.rs.html#27">source</a><a href="#impl-IntoError%3CError%3E-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0&gt; IntoError&lt;<a class="enum" href="enum.Error.html" title="enum catalog::error::Error">Error</a>&gt; for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;<span class="where fmt-newline">where
<a class="enum" href="enum.Error.html" title="enum catalog::error::Error">Error</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/error/trait.Error.html" title="trait core::error::Error">Error</a> + ErrorCompat,
__T0: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Source" class="associatedtype trait-impl"><a href="#associatedtype.Source" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Source</a> = <a class="enum" href="../../table/error/enum.Error.html" title="enum table::error::Error">Error</a></h4></section></summary><div class='docblock'>The underlying error</div></details><details class="toggle method-toggle" open><summary><section id="method.into_error" class="method trait-impl"><a class="src rightside" href="../../src/catalog/error.rs.html#27">source</a><a href="#method.into_error" class="anchor">§</a><h4 class="code-header">fn <a class="fn">into_error</a>(self, error: Self::Source) -&gt; <a class="enum" href="enum.Error.html" title="enum catalog::error::Error">Error</a></h4></section></summary><div class='docblock'>Combine the information to produce the error</div></details></div></details><section id="impl-Copy-for-CreateTableSnafu%3C__T0%3E" class="impl"><a class="src rightside" href="../../src/catalog/error.rs.html#27">source</a><a href="#impl-Copy-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;</h3></section></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-CreateTableSnafu%3C__T0%3E" class="impl"><a href="#impl-RefUnwindSafe-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;<span class="where fmt-newline">where
__T0: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Source" class="associatedtype trait-impl"><a href="#associatedtype.Source" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Source</a> = Error</h4></section></summary><div class='docblock'>The underlying error</div></details><details class="toggle method-toggle" open><summary><section id="method.into_error" class="method trait-impl"><a class="src rightside" href="../../src/catalog/error.rs.html#27">source</a><a href="#method.into_error" class="anchor">§</a><h4 class="code-header">fn <a class="fn">into_error</a>(self, error: Self::Source) -&gt; <a class="enum" href="enum.Error.html" title="enum catalog::error::Error">Error</a></h4></section></summary><div class='docblock'>Combine the information to produce the error</div></details></div></details><section id="impl-Copy-for-CreateTableSnafu%3C__T0%3E" class="impl"><a class="src rightside" href="../../src/catalog/error.rs.html#27">source</a><a href="#impl-Copy-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;</h3></section></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-CreateTableSnafu%3C__T0%3E" class="impl"><a href="#impl-RefUnwindSafe-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;<span class="where fmt-newline">where
__T0: <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</span></h3></section><section id="impl-Send-for-CreateTableSnafu%3C__T0%3E" class="impl"><a href="#impl-Send-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;<span class="where fmt-newline">where
__T0: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</span></h3></section><section id="impl-Sync-for-CreateTableSnafu%3C__T0%3E" class="impl"><a href="#impl-Sync-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;<span class="where fmt-newline">where
__T0: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</span></h3></section><section id="impl-Unpin-for-CreateTableSnafu%3C__T0%3E" class="impl"><a href="#impl-Unpin-for-CreateTableSnafu%3C__T0%3E" class="anchor">§</a><h3 class="code-header">impl&lt;__T0&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.CreateTableSnafu.html" title="struct catalog::error::CreateTableSnafu">CreateTableSnafu</a>&lt;__T0&gt;<span class="where fmt-newline">where
Expand Down
Loading

0 comments on commit ae99c26

Please sign in to comment.