Skip to content

Commit

Permalink
GitHub Pages for afa1d3e
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 authored and github-actions[bot] committed Aug 3, 2023
1 parent 3186e7b commit c4567c1
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion doc/.timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Aug 3 13:30:53 UTC 2023
Thu Aug 3 13:35:36 UTC 2023
4 changes: 2 additions & 2 deletions doc/gotham_restful/enum.AuthErrorOrOther.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/gotham_restful/struct.Raw.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
Self: <a class="trait" href="https://doc.rust-lang.org/1.71.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.Err-1" class="associatedtype trait-impl"><a href="#associatedtype.Err-1" class="anchor">§</a><h4 class="code-header">type <a href="trait.IntoResponse.html#associatedtype.Err" class="associatedtype">Err</a> = <a class="struct" href="https://docs.rs/serde_json/1.0.104/serde_json/error/struct.Error.html" title="struct serde_json::error::Error">Error</a></h4></section><details class="toggle method-toggle" open><summary><section id="method.into_response" class="method trait-impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#104-108">source</a><a href="#method.into_response" class="anchor">§</a><h4 class="code-header">fn <a href="trait.IntoResponse.html#tymethod.into_response" class="fn">into_response</a>(
self
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.71.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.71.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.71.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.71.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="struct.Response.html" title="struct gotham_restful::Response">Response</a>, <a class="struct" href="https://docs.rs/serde_json/1.0.104/serde_json/error/struct.Error.html" title="struct serde_json::error::Error">SerdeJsonError</a>&gt;&gt; + <a class="trait" href="https://doc.rust-lang.org/1.71.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>&gt;&gt;</h4></section></summary><div class='docblock'>Turn this into a response that can be returned to the browser. This api will likely
change in the future.</div></details><details class="toggle method-toggle" open><summary><section id="method.accepted_types" class="method trait-impl"><a class="srclink rightside" href="../src/gotham_restful/response/mod.rs.html#179-181">source</a><a href="#method.accepted_types" class="anchor">§</a><h4 class="code-header">fn <a href="trait.IntoResponse.html#method.accepted_types" class="fn">accepted_types</a>() -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.71.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://docs.rs/mime/0.3.17/mime/struct.Mime.html" title="struct mime::Mime">Mime</a>&gt;&gt;</h4></section></summary><div class='docblock'>Return a list of supported mime types.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-OpenapiType-for-Raw%3CT%3E" class="impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#92-96">source</a><a href="#impl-OpenapiType-for-Raw%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; OpenapiType for <a class="struct" href="struct.Raw.html" title="struct gotham_restful::Raw">Raw</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><section id="method.visit_type" class="method trait-impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#93-95">source</a><a href="#method.visit_type" class="anchor">§</a><h4 class="code-header">fn <a class="fn">visit_type</a>&lt;V: Visitor&gt;(visitor: <a class="primitive" href="https://doc.rust-lang.org/1.71.0/std/primitive.reference.html">&amp;mut V</a>)</h4></section><section id="method.schema" class="method trait-impl"><a href="#method.schema" class="anchor">§</a><h4 class="code-header">fn <a class="fn">schema</a>() -&gt; OpenapiSchema</h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RequestBody-for-Raw%3CT%3E" class="impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#89">source</a><a href="#impl-RequestBody-for-Raw%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.RequestBody.html" title="trait gotham_restful::RequestBody">RequestBody</a> for <a class="struct" href="struct.Raw.html" title="struct gotham_restful::Raw">Raw</a>&lt;T&gt;<span class="where fmt-newline">where
change in the future.</div></details><details class="toggle method-toggle" open><summary><section id="method.accepted_types" class="method trait-impl"><a class="srclink rightside" href="../src/gotham_restful/response/mod.rs.html#179-181">source</a><a href="#method.accepted_types" class="anchor">§</a><h4 class="code-header">fn <a href="trait.IntoResponse.html#method.accepted_types" class="fn">accepted_types</a>() -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.71.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://docs.rs/mime/0.3.17/mime/struct.Mime.html" title="struct mime::Mime">Mime</a>&gt;&gt;</h4></section></summary><div class='docblock'>Return a list of supported mime types.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-OpenapiType-for-Raw%3CT%3E" class="impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#92-96">source</a><a href="#impl-OpenapiType-for-Raw%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; OpenapiType for <a class="struct" href="struct.Raw.html" title="struct gotham_restful::Raw">Raw</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><section id="method.visit_type" class="method trait-impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#93-95">source</a><a href="#method.visit_type" class="anchor">§</a><h4 class="code-header">fn <a class="fn">visit_type</a>&lt;V: Visitor&gt;(visitor: <a class="primitive" href="https://doc.rust-lang.org/1.71.0/std/primitive.reference.html">&amp;mut V</a>)</h4></section><section id="method.schema-1" class="method trait-impl"><a href="#method.schema-1" class="anchor">§</a><h4 class="code-header">fn <a class="fn">schema</a>() -&gt; OpenapiSchema</h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RequestBody-for-Raw%3CT%3E" class="impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#89">source</a><a href="#impl-RequestBody-for-Raw%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.RequestBody.html" title="trait gotham_restful::RequestBody">RequestBody</a> for <a class="struct" href="struct.Raw.html" title="struct gotham_restful::Raw">Raw</a>&lt;T&gt;<span class="where fmt-newline">where
<a class="struct" href="struct.Raw.html" title="struct gotham_restful::Raw">Raw</a>&lt;T&gt;: <a class="trait" href="trait.FromBody.html" title="trait gotham_restful::FromBody">FromBody</a> + ResourceType,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.supported_types" class="method trait-impl"><a class="srclink rightside" href="../src/gotham_restful/types.rs.html#84-86">source</a><a href="#method.supported_types" class="anchor">§</a><h4 class="code-header">fn <a href="trait.RequestBody.html#method.supported_types" class="fn">supported_types</a>() -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.71.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://docs.rs/mime/0.3.17/mime/struct.Mime.html" title="struct mime::Mime">Mime</a>&gt;&gt;</h4></section></summary><div class='docblock'>Return all types that are supported as content types. Use <code>None</code> if all types are supported.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ResponseSchema-for-Raw%3CT%3E" class="impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#112-120">source</a><a href="#impl-ResponseSchema-for-Raw%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T: <a class="trait" href="https://doc.rust-lang.org/1.71.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;Body&gt;&gt; <a class="trait" href="trait.ResponseSchema.html" title="trait gotham_restful::ResponseSchema">ResponseSchema</a> for <a class="struct" href="struct.Raw.html" title="struct gotham_restful::Raw">Raw</a>&lt;T&gt;<span class="where fmt-newline">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.71.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.schema-1" class="method trait-impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#116-119">source</a><a href="#method.schema-1" class="anchor">§</a><h4 class="code-header">fn <a href="trait.ResponseSchema.html#tymethod.schema" class="fn">schema</a>(code: <a class="struct" href="https://docs.rs/http/0.2.9/http/status/struct.StatusCode.html" title="struct http::status::StatusCode">StatusCode</a>) -&gt; OpenapiSchema</h4></section></summary><div class='docblock'>Return the schema of the response for the given status code. The code may
Self: <a class="trait" href="https://doc.rust-lang.org/1.71.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.schema" class="method trait-impl"><a class="srclink rightside" href="../src/gotham_restful/response/raw.rs.html#116-119">source</a><a href="#method.schema" class="anchor">§</a><h4 class="code-header">fn <a href="trait.ResponseSchema.html#tymethod.schema" class="fn">schema</a>(code: <a class="struct" href="https://docs.rs/http/0.2.9/http/status/struct.StatusCode.html" title="struct http::status::StatusCode">StatusCode</a>) -&gt; OpenapiSchema</h4></section></summary><div class='docblock'>Return the schema of the response for the given status code. The code may
only be one that was previously returned by <a href="trait.ResponseSchema.html#method.status_codes">Self::status_codes</a>. The
implementation should panic if that is not the case.</div></details><details class="toggle method-toggle" open><summary><section id="method.status_codes" class="method trait-impl"><a class="srclink rightside" href="../src/gotham_restful/response/mod.rs.html#188-190">source</a><a href="#method.status_codes" class="anchor">§</a><h4 class="code-header">fn <a href="trait.ResponseSchema.html#method.status_codes" class="fn">status_codes</a>() -&gt; <a class="struct" href="https://doc.rust-lang.org/1.71.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="https://docs.rs/http/0.2.9/http/status/struct.StatusCode.html" title="struct http::status::StatusCode">StatusCode</a>&gt;</h4></section></summary><div class='docblock'>All status codes returned by this response. Returns <code>[StatusCode::OK]</code> by default.</div></details></div></details></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-Raw%3CT%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Raw%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.71.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Raw.html" title="struct gotham_restful::Raw">Raw</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="https://doc.rust-lang.org/1.71.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</span></h3></section><section id="impl-Send-for-Raw%3CT%3E" class="impl"><a href="#impl-Send-for-Raw%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.71.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.Raw.html" title="struct gotham_restful::Raw">Raw</a>&lt;T&gt;<span class="where fmt-newline">where
Expand Down
Loading

0 comments on commit c4567c1

Please sign in to comment.