Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Aug 27, 2024
1 parent d6ef9de commit c2f5689
Show file tree
Hide file tree
Showing 1,187 changed files with 3,516 additions and 3,744 deletions.
2 changes: 1 addition & 1 deletion abscissa_core/application/struct.Name.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion abscissa_core/error/framework/struct.FrameworkError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions abscissa_core/path/struct.Path.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions async_tungstenite/tokio/struct.TokioAdapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
</div></details><details class="toggle method-toggle" open><summary><section id="method.into_inner" class="method"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#458-460">source</a><h4 class="code-header">pub fn <a href="#method.into_inner" class="fn">into_inner</a>(self) -&gt; T</h4></section></summary><div class="docblock"><p>Consumes this <code>TokioAdapter</code>, returning the underlying value.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_ref" class="method"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#463-465">source</a><h4 class="code-header">pub fn <a href="#method.get_ref" class="fn">get_ref</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;T</a></h4></section></summary><div class="docblock"><p>Get a reference to the underlying value.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.get_mut" class="method"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#468-470">source</a><h4 class="code-header">pub fn <a href="#method.get_mut" class="fn">get_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut T</a></h4></section></summary><div class="docblock"><p>Get a mutable reference to the underlying value.</p>
</div></details></div></details></div><h2 id="trait-implementations" class="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-AsyncRead-for-TokioAdapter%3CT%3E" class="impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#505-519">source</a><a href="#impl-AsyncRead-for-TokioAdapter%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T: <a class="trait" href="../../futures_io/if_std/trait.AsyncRead.html" title="trait futures_io::if_std::AsyncRead">AsyncRead</a>&gt; <a class="trait" href="../../tokio/io/async_read/trait.AsyncRead.html" title="trait tokio::io::async_read::AsyncRead">AsyncRead</a> for <a class="struct" href="struct.TokioAdapter.html" title="struct async_tungstenite::tokio::TokioAdapter">TokioAdapter</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.poll_read" class="method trait-impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#506-518">source</a><a href="#method.poll_read" class="anchor">§</a><h4 class="code-header">fn <a href="../../tokio/io/async_read/trait.AsyncRead.html#tymethod.poll_read" class="fn">poll_read</a>(
self: <a class="struct" href="https://doc.rust-lang.org/nightly/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut Self</a>&gt;,
cx: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/task/wake/struct.Context.html" title="struct core::task::wake::Context">Context</a>&lt;'_&gt;,
buf: &amp;mut <a class="struct" href="../../tokio/io/read_buf/struct.ReadBuf.html" title="struct tokio::io::read_buf::ReadBuf">ReadBuf</a>&lt;'_&gt;
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/task/poll/enum.Poll.html" title="enum core::task::poll::Poll">Poll</a>&lt;<a class="type" href="https://doc.rust-lang.org/nightly/std/io/error/type.Result.html" title="type std::io::error::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;&gt;</h4></section></summary><div class='docblock'>Attempts to read from the <code>AsyncRead</code> into <code>buf</code>. <a href="../../tokio/io/async_read/trait.AsyncRead.html#tymethod.poll_read">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-AsyncRead-for-TokioAdapter%3CT%3E-1" class="impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#473-485">source</a><a href="#impl-AsyncRead-for-TokioAdapter%3CT%3E-1" class="anchor">§</a><h3 class="code-header">impl&lt;T: <a class="trait" href="../../tokio/io/async_read/trait.AsyncRead.html" title="trait tokio::io::async_read::AsyncRead">AsyncRead</a>&gt; <a class="trait" href="../../futures_io/if_std/trait.AsyncRead.html" title="trait futures_io::if_std::AsyncRead">AsyncRead</a> for <a class="struct" href="struct.TokioAdapter.html" title="struct async_tungstenite::tokio::TokioAdapter">TokioAdapter</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.poll_read-1" class="method trait-impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#474-484">source</a><a href="#method.poll_read-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../futures_io/if_std/trait.AsyncRead.html#tymethod.poll_read" class="fn">poll_read</a>(
</div></details></div></details></div><h2 id="trait-implementations" class="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-AsyncRead-for-TokioAdapter%3CT%3E" class="impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#473-485">source</a><a href="#impl-AsyncRead-for-TokioAdapter%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T: <a class="trait" href="../../tokio/io/async_read/trait.AsyncRead.html" title="trait tokio::io::async_read::AsyncRead">AsyncRead</a>&gt; <a class="trait" href="../../futures_io/if_std/trait.AsyncRead.html" title="trait futures_io::if_std::AsyncRead">AsyncRead</a> for <a class="struct" href="struct.TokioAdapter.html" title="struct async_tungstenite::tokio::TokioAdapter">TokioAdapter</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.poll_read" class="method trait-impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#474-484">source</a><a href="#method.poll_read" class="anchor">§</a><h4 class="code-header">fn <a href="../../futures_io/if_std/trait.AsyncRead.html#tymethod.poll_read" class="fn">poll_read</a>(
self: <a class="struct" href="https://doc.rust-lang.org/nightly/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut Self</a>&gt;,
cx: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/task/wake/struct.Context.html" title="struct core::task::wake::Context">Context</a>&lt;'_&gt;,
buf: &amp;mut [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]
Expand All @@ -17,7 +13,11 @@
cx: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/task/wake/struct.Context.html" title="struct core::task::wake::Context">Context</a>&lt;'_&gt;,
bufs: &amp;mut [<a class="struct" href="https://doc.rust-lang.org/nightly/std/io/struct.IoSliceMut.html" title="struct std::io::IoSliceMut">IoSliceMut</a>&lt;'_&gt;]
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/task/poll/enum.Poll.html" title="enum core::task::poll::Poll">Poll</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html" title="struct std::io::error::Error">Error</a>&gt;&gt;</h4></section></summary><div class='docblock'>Attempt to read from the <code>AsyncRead</code> into <code>bufs</code> using vectored
IO operations. <a href="../../futures_io/if_std/trait.AsyncRead.html#method.poll_read_vectored">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-AsyncWrite-for-TokioAdapter%3CT%3E" class="impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#487-503">source</a><a href="#impl-AsyncWrite-for-TokioAdapter%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T: <a class="trait" href="../../tokio/io/async_write/trait.AsyncWrite.html" title="trait tokio::io::async_write::AsyncWrite">AsyncWrite</a>&gt; <a class="trait" href="../../futures_io/if_std/trait.AsyncWrite.html" title="trait futures_io::if_std::AsyncWrite">AsyncWrite</a> for <a class="struct" href="struct.TokioAdapter.html" title="struct async_tungstenite::tokio::TokioAdapter">TokioAdapter</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.poll_write" class="method trait-impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#488-494">source</a><a href="#method.poll_write" class="anchor">§</a><h4 class="code-header">fn <a href="../../futures_io/if_std/trait.AsyncWrite.html#tymethod.poll_write" class="fn">poll_write</a>(
IO operations. <a href="../../futures_io/if_std/trait.AsyncRead.html#method.poll_read_vectored">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-AsyncRead-for-TokioAdapter%3CT%3E-1" class="impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#505-519">source</a><a href="#impl-AsyncRead-for-TokioAdapter%3CT%3E-1" class="anchor">§</a><h3 class="code-header">impl&lt;T: <a class="trait" href="../../futures_io/if_std/trait.AsyncRead.html" title="trait futures_io::if_std::AsyncRead">AsyncRead</a>&gt; <a class="trait" href="../../tokio/io/async_read/trait.AsyncRead.html" title="trait tokio::io::async_read::AsyncRead">AsyncRead</a> for <a class="struct" href="struct.TokioAdapter.html" title="struct async_tungstenite::tokio::TokioAdapter">TokioAdapter</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.poll_read-1" class="method trait-impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#506-518">source</a><a href="#method.poll_read-1" class="anchor">§</a><h4 class="code-header">fn <a href="../../tokio/io/async_read/trait.AsyncRead.html#tymethod.poll_read" class="fn">poll_read</a>(
self: <a class="struct" href="https://doc.rust-lang.org/nightly/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut Self</a>&gt;,
cx: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/task/wake/struct.Context.html" title="struct core::task::wake::Context">Context</a>&lt;'_&gt;,
buf: &amp;mut <a class="struct" href="../../tokio/io/read_buf/struct.ReadBuf.html" title="struct tokio::io::read_buf::ReadBuf">ReadBuf</a>&lt;'_&gt;
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/task/poll/enum.Poll.html" title="enum core::task::poll::Poll">Poll</a>&lt;<a class="type" href="https://doc.rust-lang.org/nightly/std/io/error/type.Result.html" title="type std::io::error::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;&gt;</h4></section></summary><div class='docblock'>Attempts to read from the <code>AsyncRead</code> into <code>buf</code>. <a href="../../tokio/io/async_read/trait.AsyncRead.html#tymethod.poll_read">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-AsyncWrite-for-TokioAdapter%3CT%3E" class="impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#487-503">source</a><a href="#impl-AsyncWrite-for-TokioAdapter%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T: <a class="trait" href="../../tokio/io/async_write/trait.AsyncWrite.html" title="trait tokio::io::async_write::AsyncWrite">AsyncWrite</a>&gt; <a class="trait" href="../../futures_io/if_std/trait.AsyncWrite.html" title="trait futures_io::if_std::AsyncWrite">AsyncWrite</a> for <a class="struct" href="struct.TokioAdapter.html" title="struct async_tungstenite::tokio::TokioAdapter">TokioAdapter</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.poll_write" class="method trait-impl"><a class="src rightside" href="../../src/async_tungstenite/tokio.rs.html#488-494">source</a><a href="#method.poll_write" class="anchor">§</a><h4 class="code-header">fn <a href="../../futures_io/if_std/trait.AsyncWrite.html#tymethod.poll_write" class="fn">poll_write</a>(
self: <a class="struct" href="https://doc.rust-lang.org/nightly/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut Self</a>&gt;,
cx: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/task/wake/struct.Context.html" title="struct core::task::wake::Context">Context</a>&lt;'_&gt;,
buf: &amp;[<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]
Expand Down
2 changes: 1 addition & 1 deletion axum/body/struct.Body.html

Large diffs are not rendered by default.

Loading

0 comments on commit c2f5689

Please sign in to comment.