Skip to content

Commit

Permalink
deploy: 00e4d21
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Nov 9, 2023
1 parent 386fd58 commit 8786ea3
Show file tree
Hide file tree
Showing 546 changed files with 3,269 additions and 2,905 deletions.
2 changes: 1 addition & 1 deletion aes/struct.Aes192Enc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aes/struct.Aes256.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aes/struct.Aes256Dec.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aes/struct.Aes256Enc.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cbor_smol/de/struct.Deserializer.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
variant.</div></details><details class="toggle method-toggle" open><summary><section id="method.variant_seed" class="method trait-impl"><a class="src rightside" href="../../src/cbor_smol/de.rs.html#273-280">source</a><a href="#method.variant_seed" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.EnumAccess.html#tymethod.variant_seed" class="fn">variant_seed</a>&lt;V: <a class="trait" href="../../serde/de/trait.DeserializeSeed.html" title="trait serde::de::DeserializeSeed">DeserializeSeed</a>&lt;'de&gt;&gt;(
self,
seed: V
) -&gt; <a class="type" href="../error/type.Result.html" title="type cbor_smol::error::Result">Result</a>&lt;(V::<a class="associatedtype" href="../../serde/de/trait.DeserializeSeed.html#associatedtype.Value" title="type serde::de::DeserializeSeed::Value">Value</a>, Self)&gt;</h4></section></summary><div class='docblock'><code>variant</code> is called to identify which variant to deserialize. <a href="../../serde/de/trait.EnumAccess.html#tymethod.variant_seed">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.variant" class="method trait-impl"><a class="src rightside" href="../../src/serde/de/mod.rs.html#1997-1999">source</a><a href="#method.variant" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.EnumAccess.html#method.variant" class="fn">variant</a>&lt;V&gt;(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;(V, Self::<a class="associatedtype" href="../../serde/de/trait.EnumAccess.html#associatedtype.Variant" title="type serde::de::EnumAccess::Variant">Variant</a>), Self::<a class="associatedtype" href="../../serde/de/trait.EnumAccess.html#associatedtype.Error" title="type serde::de::EnumAccess::Error">Error</a>&gt;<span class="where fmt-newline">where
) -&gt; <a class="type" href="../error/type.Result.html" title="type cbor_smol::error::Result">Result</a>&lt;(V::<a class="associatedtype" href="../../serde/de/trait.DeserializeSeed.html#associatedtype.Value" title="type serde::de::DeserializeSeed::Value">Value</a>, Self)&gt;</h4></section></summary><div class='docblock'><code>variant</code> is called to identify which variant to deserialize. <a href="../../serde/de/trait.EnumAccess.html#tymethod.variant_seed">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.variant" class="method trait-impl"><a class="src rightside" href="../../src/serde/de/mod.rs.html#1999-2001">source</a><a href="#method.variant" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.EnumAccess.html#method.variant" class="fn">variant</a>&lt;V&gt;(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;(V, Self::<a class="associatedtype" href="../../serde/de/trait.EnumAccess.html#associatedtype.Variant" title="type serde::de::EnumAccess::Variant">Variant</a>), Self::<a class="associatedtype" href="../../serde/de/trait.EnumAccess.html#associatedtype.Error" title="type serde::de::EnumAccess::Error">Error</a>&gt;<span class="where fmt-newline">where
V: <a class="trait" href="../../serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'de&gt;,</span></h4></section></summary><div class='docblock'><code>variant</code> is called to identify which variant to deserialize. <a href="../../serde/de/trait.EnumAccess.html#method.variant">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-VariantAccess%3C'de%3E-for-%26'a+mut+Deserializer%3C'de%3E" class="impl"><a class="src rightside" href="../../src/cbor_smol/de.rs.html#245-267">source</a><a href="#impl-VariantAccess%3C'de%3E-for-%26'a+mut+Deserializer%3C'de%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de, 'a&gt; <a class="trait" href="../../serde/de/trait.VariantAccess.html" title="trait serde::de::VariantAccess">VariantAccess</a>&lt;'de&gt; for &amp;'a mut <a class="struct" href="struct.Deserializer.html" title="struct cbor_smol::de::Deserializer">Deserializer</a>&lt;'de&gt;</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="../../serde/de/trait.VariantAccess.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="../error/enum.Error.html" title="enum cbor_smol::error::Error">Error</a></h4></section></summary><div class='docblock'>The error type that can be returned if some error occurs during
deserialization. Must match the error type of our <code>EnumAccess</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.unit_variant" class="method trait-impl"><a class="src rightside" href="../../src/cbor_smol/de.rs.html#248-250">source</a><a href="#method.unit_variant" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.VariantAccess.html#tymethod.unit_variant" class="fn">unit_variant</a>(self) -&gt; <a class="type" href="../error/type.Result.html" title="type cbor_smol::error::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.73.0/core/primitive.unit.html">()</a>&gt;</h4></section></summary><div class='docblock'>Called when deserializing a variant with no values. <a href="../../serde/de/trait.VariantAccess.html#tymethod.unit_variant">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.newtype_variant_seed" class="method trait-impl"><a class="src rightside" href="../../src/cbor_smol/de.rs.html#252-254">source</a><a href="#method.newtype_variant_seed" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.VariantAccess.html#tymethod.newtype_variant_seed" class="fn">newtype_variant_seed</a>&lt;V: <a class="trait" href="../../serde/de/trait.DeserializeSeed.html" title="trait serde::de::DeserializeSeed">DeserializeSeed</a>&lt;'de&gt;&gt;(
self,
Expand All @@ -97,7 +97,7 @@
self,
fields: &amp;'static [&amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.73.0/core/primitive.str.html">str</a>],
visitor: V
) -&gt; <a class="type" href="../error/type.Result.html" title="type cbor_smol::error::Result">Result</a>&lt;V::<a class="associatedtype" href="../../serde/de/trait.Visitor.html#associatedtype.Value" title="type serde::de::Visitor::Value">Value</a>&gt;</h4></section></summary><div class='docblock'>Called when deserializing a struct-like variant. <a href="../../serde/de/trait.VariantAccess.html#tymethod.struct_variant">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.newtype_variant" class="method trait-impl"><a class="src rightside" href="../../src/serde/de/mod.rs.html#2115-2117">source</a><a href="#method.newtype_variant" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.VariantAccess.html#method.newtype_variant" class="fn">newtype_variant</a>&lt;T&gt;(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, Self::<a class="associatedtype" href="../../serde/de/trait.VariantAccess.html#associatedtype.Error" title="type serde::de::VariantAccess::Error">Error</a>&gt;<span class="where fmt-newline">where
) -&gt; <a class="type" href="../error/type.Result.html" title="type cbor_smol::error::Result">Result</a>&lt;V::<a class="associatedtype" href="../../serde/de/trait.Visitor.html#associatedtype.Value" title="type serde::de::Visitor::Value">Value</a>&gt;</h4></section></summary><div class='docblock'>Called when deserializing a struct-like variant. <a href="../../serde/de/trait.VariantAccess.html#tymethod.struct_variant">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.newtype_variant" class="method trait-impl"><a class="src rightside" href="../../src/serde/de/mod.rs.html#2117-2119">source</a><a href="#method.newtype_variant" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.VariantAccess.html#method.newtype_variant" class="fn">newtype_variant</a>&lt;T&gt;(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.73.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, Self::<a class="associatedtype" href="../../serde/de/trait.VariantAccess.html#associatedtype.Error" title="type serde::de::VariantAccess::Error">Error</a>&gt;<span class="where fmt-newline">where
T: <a class="trait" href="../../serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'de&gt;,</span></h4></section></summary><div class='docblock'>Called when deserializing a variant with a single value. <a href="../../serde/de/trait.VariantAccess.html#method.newtype_variant">Read more</a></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-Deserializer%3C'de%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Deserializer%3C'de%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Deserializer.html" title="struct cbor_smol::de::Deserializer">Deserializer</a>&lt;'de&gt;</h3></section><section id="impl-Send-for-Deserializer%3C'de%3E" class="impl"><a href="#impl-Send-for-Deserializer%3C'de%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.Deserializer.html" title="struct cbor_smol::de::Deserializer">Deserializer</a>&lt;'de&gt;</h3></section><section id="impl-Sync-for-Deserializer%3C'de%3E" class="impl"><a href="#impl-Sync-for-Deserializer%3C'de%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.Deserializer.html" title="struct cbor_smol::de::Deserializer">Deserializer</a>&lt;'de&gt;</h3></section><section id="impl-Unpin-for-Deserializer%3C'de%3E" class="impl"><a href="#impl-Unpin-for-Deserializer%3C'de%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.Deserializer.html" title="struct cbor_smol::de::Deserializer">Deserializer</a>&lt;'de&gt;</h3></section><section id="impl-UnwindSafe-for-Deserializer%3C'de%3E" class="impl"><a href="#impl-UnwindSafe-for-Deserializer%3C'de%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.Deserializer.html" title="struct cbor_smol::de::Deserializer">Deserializer</a>&lt;'de&gt;</h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-Deserializer%3C'de%3E" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/core/any.rs.html#135">source</a><a href="#impl-Any-for-Deserializer%3C'de%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<span class="where fmt-newline">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.73.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/core/any.rs.html#136">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.73.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.73.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.73.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-Deserializer%3C'de%3E" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-Deserializer%3C'de%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<span class="where fmt-newline">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.73.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/core/borrow.rs.html#210">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.73.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.73.0/core/primitive.reference.html">&amp;T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.73.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-Deserializer%3C'de%3E" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.73.0/src/core/borrow.rs.html#216">source</a><a href="#impl-BorrowMut%3CT%3E-for-Deserializer%3C'de%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.73.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T<span class="where fmt-newline">where
Expand Down
Loading

0 comments on commit 8786ea3

Please sign in to comment.