Skip to content

Commit

Permalink
deploy: 2075ea8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Mar 25, 2024
1 parent fde1e7e commit d7d6352
Show file tree
Hide file tree
Showing 42 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion hotshot_query_service/availability/enum.BlockId.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions hotshot_query_service/availability/enum.Error.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hotshot_query_service/availability/enum.LeafId.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ty: &Type,
raw: &amp;'a [<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>]
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, <a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html" title="trait core::error::Error">Error</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>&gt;&gt;</h4></section></summary><div class='docblock'>Creates a new value of this type from a buffer of data of the specified
Postgres <code>Type</code> in its binary format. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.accepts" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#2363-2365">source</a><a href="#method.accepts" class="anchor">§</a><h4 class="code-header">fn <a class="fn">accepts</a>(ty: &amp;Type) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Determines if a value of this type can be created from the specified
Postgres <code>Type</code> in its binary format. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.accepts-1" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#2363-2365">source</a><a href="#method.accepts-1" class="anchor">§</a><h4 class="code-header">fn <a class="fn">accepts</a>(ty: &amp;Type) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Determines if a value of this type can be created from the specified
Postgres <code>Type</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.from_sql_null" class="method trait-impl"><a href="#method.from_sql_null" class="anchor">§</a><h4 class="code-header">fn <a class="fn">from_sql_null</a>(ty: &amp;Type) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, <a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html" title="trait core::error::Error">Error</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>&gt;&gt;</h4></section></summary><div class='docblock'>Creates a new value of this type from a <code>NULL</code> SQL value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.from_sql_nullable" class="method trait-impl"><a href="#method.from_sql_nullable" class="anchor">§</a><h4 class="code-header">fn <a class="fn">from_sql_nullable</a>(
ty: &amp;Type,
raw: <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;'a [<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>]&gt;
Expand All @@ -21,7 +21,7 @@
out: &amp;mut BytesMut
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;IsNull, <a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html" title="trait core::error::Error">Error</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>&gt;&gt;<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Converts the value of <code>self</code> into the binary format of the specified
Postgres <code>Type</code>, appending it to <code>out</code>. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.accepts-1" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#2345-2350">source</a><a href="#method.accepts-1" class="anchor">§</a><h4 class="code-header">fn <a class="fn">accepts</a>(ty: &amp;Type) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a><div class="where">where
Postgres <code>Type</code>, appending it to <code>out</code>. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.accepts" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#2345-2350">source</a><a href="#method.accepts" class="anchor">§</a><h4 class="code-header">fn <a class="fn">accepts</a>(ty: &amp;Type) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Determines if a value of this type can be converted to the specified
Postgres <code>Type</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_sql_checked" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#2352">source</a><a href="#method.to_sql_checked" class="anchor">§</a><h4 class="code-header">fn <a class="fn">to_sql_checked</a>(
&amp;self,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
&amp;'life0 mut self
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u64.html">u64</a>&gt;, <a class="enum" href="../../../enum.QueryError.html" title="enum hotshot_query_service::QueryError">QueryError</a>&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<div class="where">where
Self: 'async_trait,
'life0: 'async_trait,</div></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PrunedHeightStorage-for-SqlStorage" class="impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#505-530">source</a><a href="#impl-PrunedHeightStorage-for-SqlStorage" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../pruning/trait.PrunedHeightStorage.html" title="trait hotshot_query_service::data_source::storage::pruning::PrunedHeightStorage">PrunedHeightStorage</a> for <a class="struct" href="struct.SqlStorage.html" title="struct hotshot_query_service::data_source::storage::sql::SqlStorage">SqlStorage</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="../pruning/trait.PrunedHeightStorage.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="../../../enum.QueryError.html" title="enum hotshot_query_service::QueryError">QueryError</a></h4></section><section id="method.save_pruned_height" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#507-519">source</a><a href="#method.save_pruned_height" class="anchor">§</a><h4 class="code-header">fn <a href="../pruning/trait.PrunedHeightStorage.html#method.save_pruned_height" class="fn">save_pruned_height</a>&lt;'life0, 'async_trait&gt;(
'life0: 'async_trait,</div></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PrunedHeightStorage-for-SqlStorage" class="impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#505-530">source</a><a href="#impl-PrunedHeightStorage-for-SqlStorage" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="../pruning/trait.PrunedHeightStorage.html" title="trait hotshot_query_service::data_source::storage::pruning::PrunedHeightStorage">PrunedHeightStorage</a> for <a class="struct" href="struct.SqlStorage.html" title="struct hotshot_query_service::data_source::storage::sql::SqlStorage">SqlStorage</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="../pruning/trait.PrunedHeightStorage.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="../../../enum.QueryError.html" title="enum hotshot_query_service::QueryError">QueryError</a></h4></section><section id="method.save_pruned_height" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#507-519">source</a><a href="#method.save_pruned_height" class="anchor">§</a><h4 class="code-header">fn <a href="../pruning/trait.PrunedHeightStorage.html#method.save_pruned_height" class="fn">save_pruned_height</a>&lt;'life0, 'async_trait&gt;(
&amp;'life0 mut self,
height: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u64.html">u64</a>
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>, Self::<a class="associatedtype" href="../pruning/trait.PrunedHeightStorage.html#associatedtype.Error" title="type hotshot_query_service::data_source::storage::pruning::PrunedHeightStorage::Error">Error</a>&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<div class="where">where
Expand Down Expand Up @@ -176,7 +176,7 @@
'life1: 'async_trait,</div></h4></section></summary><div class='docblock'>Query the underlying SQL database with no parameters, returning zero or one results.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-UpdateAvailabilityData%3CTypes%3E-for-SqlStorage" class="impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#830-993">source</a><a href="#impl-UpdateAvailabilityData%3CTypes%3E-for-SqlStorage" class="anchor">§</a><h3 class="code-header">impl&lt;Types&gt; <a class="trait" href="../../../availability/trait.UpdateAvailabilityData.html" title="trait hotshot_query_service::availability::UpdateAvailabilityData">UpdateAvailabilityData</a>&lt;Types&gt; for <a class="struct" href="struct.SqlStorage.html" title="struct hotshot_query_service::data_source::storage::sql::SqlStorage">SqlStorage</a><div class="where">where
Types: NodeType,
<a class="type" href="../../../type.Payload.html" title="type hotshot_query_service::Payload">Payload</a>&lt;Types&gt;: <a class="trait" href="../../../availability/trait.QueryablePayload.html" title="trait hotshot_query_service::availability::QueryablePayload">QueryablePayload</a>,
<a class="type" href="../../../type.Header.html" title="type hotshot_query_service::Header">Header</a>&lt;Types&gt;: <a class="trait" href="../../../availability/trait.QueryableHeader.html" title="trait hotshot_query_service::availability::QueryableHeader">QueryableHeader</a>&lt;Types&gt;,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="../../../availability/trait.UpdateAvailabilityData.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="../../../enum.QueryError.html" title="enum hotshot_query_service::QueryError">QueryError</a></h4></section><section id="method.insert_leaf" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#838-890">source</a><a href="#method.insert_leaf" class="anchor">§</a><h4 class="code-header">fn <a href="../../../availability/trait.UpdateAvailabilityData.html#tymethod.insert_leaf" class="fn">insert_leaf</a>&lt;'life0, 'async_trait&gt;(
<a class="type" href="../../../type.Header.html" title="type hotshot_query_service::Header">Header</a>&lt;Types&gt;: <a class="trait" href="../../../availability/trait.QueryableHeader.html" title="trait hotshot_query_service::availability::QueryableHeader">QueryableHeader</a>&lt;Types&gt;,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="../../../availability/trait.UpdateAvailabilityData.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="../../../enum.QueryError.html" title="enum hotshot_query_service::QueryError">QueryError</a></h4></section><section id="method.insert_leaf" class="method trait-impl"><a class="src rightside" href="../../../../src/hotshot_query_service/data_source/storage/sql.rs.html#838-890">source</a><a href="#method.insert_leaf" class="anchor">§</a><h4 class="code-header">fn <a href="../../../availability/trait.UpdateAvailabilityData.html#tymethod.insert_leaf" class="fn">insert_leaf</a>&lt;'life0, 'async_trait&gt;(
&amp;'life0 mut self,
leaf: <a class="struct" href="../../../availability/struct.LeafQueryData.html" title="struct hotshot_query_service::availability::LeafQueryData">LeafQueryData</a>&lt;Types&gt;
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a>&lt;Output = <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>, Self::<a class="associatedtype" href="../../../availability/trait.UpdateAvailabilityData.html#associatedtype.Error" title="type hotshot_query_service::availability::UpdateAvailabilityData::Error">Error</a>&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait&gt;&gt;<div class="where">where
Expand Down
Loading

0 comments on commit d7d6352

Please sign in to comment.