Skip to content

Commit

Permalink
deploy: a81343a
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Oct 9, 2023
1 parent 44a73c2 commit 08fe5d9
Show file tree
Hide file tree
Showing 1,583 changed files with 3,502 additions and 3,420 deletions.
4 changes: 2 additions & 2 deletions bincode/de/struct.Deserializer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Deserializer%3CR,+O%3E" class="impl"><a class="srclink rightside" href="../../src/bincode/de/mod.rs.html#65-103">source</a><a href="#impl-Deserializer%3CR,+O%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de, R: <a class="trait" href="read/trait.BincodeRead.html" title="trait bincode::de::read::BincodeRead">BincodeRead</a>&lt;'de&gt;, O: <a class="trait" href="../config/trait.Options.html" title="trait bincode::config::Options">Options</a>&gt; <a class="struct" href="struct.Deserializer.html" title="struct bincode::de::Deserializer">Deserializer</a>&lt;R, O&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.with_bincode_read" class="method"><a class="srclink rightside" href="../../src/bincode/de/mod.rs.html#67-69">source</a><h4 class="code-header">pub fn <a href="#method.with_bincode_read" class="fn">with_bincode_read</a>(r: R, options: O) -&gt; <a class="struct" href="struct.Deserializer.html" title="struct bincode::de::Deserializer">Deserializer</a>&lt;R, O&gt;</h4></section></summary><div class="docblock"><p>Creates a new Deserializer with the given <code>BincodeRead</code>er</p>
</div></details></div></details></div><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-Deserializer%3C'de%3E-for-%26'a+mut+Deserializer%3CR,+O%3E" class="impl"><a class="srclink rightside" href="../../src/bincode/de/mod.rs.html#117-459">source</a><a href="#impl-Deserializer%3C'de%3E-for-%26'a+mut+Deserializer%3CR,+O%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de, 'a, R, O&gt; <a class="trait" href="../../serde/de/trait.Deserializer.html" title="trait serde::de::Deserializer">Deserializer</a>&lt;'de&gt; for &amp;'a mut <a class="struct" href="struct.Deserializer.html" title="struct bincode::de::Deserializer">Deserializer</a>&lt;R, O&gt;<span class="where fmt-newline">where
R: <a class="trait" href="read/trait.BincodeRead.html" title="trait bincode::de::read::BincodeRead">BincodeRead</a>&lt;'de&gt;,
O: <a class="trait" href="../config/trait.Options.html" title="trait bincode::config::Options">Options</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="../../serde/de/trait.Deserializer.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;<a class="enum" href="../enum.ErrorKind.html" title="enum bincode::ErrorKind">ErrorKind</a>, <a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>&gt;</h4></section></summary><div class='docblock'>The error type that can be returned if some error occurs during
O: <a class="trait" href="../config/trait.Options.html" title="trait bincode::config::Options">Options</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="../../serde/de/trait.Deserializer.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;<a class="enum" href="../enum.ErrorKind.html" title="enum bincode::ErrorKind">ErrorKind</a>, <a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>&gt;</h4></section></summary><div class='docblock'>The error type that can be returned if some error occurs during
deserialization.</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_any" class="method trait-impl"><a class="srclink rightside" href="../../src/bincode/de/mod.rs.html#125-130">source</a><a href="#method.deserialize_any" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.Deserializer.html#tymethod.deserialize_any" class="fn">deserialize_any</a>&lt;V&gt;(self, _visitor: V) -&gt; <a class="type" href="../type.Result.html" title="type bincode::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;<span class="where fmt-newline">where
V: <a class="trait" href="../../serde/de/trait.Visitor.html" title="trait serde::de::Visitor">Visitor</a>&lt;'de&gt;,</span></h4></section></summary><div class='docblock'>Require the <code>Deserializer</code> to figure out how to drive the visitor based
on what data type is in the input. <a href="../../serde/de/trait.Deserializer.html#tymethod.deserialize_any">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize_bool" class="method trait-impl"><a class="srclink rightside" href="../../src/bincode/de/mod.rs.html#132-141">source</a><a href="#method.deserialize_bool" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.Deserializer.html#tymethod.deserialize_bool" class="fn">deserialize_bool</a>&lt;V&gt;(self, visitor: V) -&gt; <a class="type" href="../type.Result.html" title="type bincode::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;<span class="where fmt-newline">where
Expand Down Expand Up @@ -93,7 +93,7 @@
V: <a class="trait" href="../../serde/de/trait.DeserializeSeed.html" title="trait serde::de::DeserializeSeed">DeserializeSeed</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#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="srclink 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.72.1/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%3CR,+O%3E" class="impl"><a class="srclink rightside" href="../../src/bincode/de/mod.rs.html#461-492">source</a><a href="#impl-VariantAccess%3C'de%3E-for-%26'a+mut+Deserializer%3CR,+O%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de, 'a, R, O&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 bincode::de::Deserializer">Deserializer</a>&lt;R, O&gt;<span class="where fmt-newline">where
R: <a class="trait" href="read/trait.BincodeRead.html" title="trait bincode::de::read::BincodeRead">BincodeRead</a>&lt;'de&gt;,
O: <a class="trait" href="../config/trait.Options.html" title="trait bincode::config::Options">Options</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="../../serde/de/trait.VariantAccess.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;<a class="enum" href="../enum.ErrorKind.html" title="enum bincode::ErrorKind">ErrorKind</a>, <a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>&gt;</h4></section></summary><div class='docblock'>The error type that can be returned if some error occurs during
O: <a class="trait" href="../config/trait.Options.html" title="trait bincode::config::Options">Options</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="../../serde/de/trait.VariantAccess.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;<a class="enum" href="../enum.ErrorKind.html" title="enum bincode::ErrorKind">ErrorKind</a>, <a class="struct" href="https://doc.rust-lang.org/1.72.1/alloc/alloc/struct.Global.html" title="struct alloc::alloc::Global">Global</a>&gt;</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="srclink rightside" href="../../src/bincode/de/mod.rs.html#468-470">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="../type.Result.html" title="type bincode::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.72.1/std/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="srclink rightside" href="../../src/bincode/de/mod.rs.html#472-477">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;T&gt;(self, seed: T) -&gt; <a class="type" href="../type.Result.html" title="type bincode::Result">Result</a>&lt;T::<a class="associatedtype" href="../../serde/de/trait.DeserializeSeed.html#associatedtype.Value" title="type serde::de::DeserializeSeed::Value">Value</a>&gt;<span class="where fmt-newline">where
T: <a class="trait" href="../../serde/de/trait.DeserializeSeed.html" title="trait serde::de::DeserializeSeed">DeserializeSeed</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#tymethod.newtype_variant_seed">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tuple_variant" class="method trait-impl"><a class="srclink rightside" href="../../src/bincode/de/mod.rs.html#479-484">source</a><a href="#method.tuple_variant" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.VariantAccess.html#tymethod.tuple_variant" class="fn">tuple_variant</a>&lt;V&gt;(self, len: <a class="primitive" href="https://doc.rust-lang.org/1.72.1/std/primitive.usize.html">usize</a>, visitor: V) -&gt; <a class="type" href="../type.Result.html" title="type bincode::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;<span class="where fmt-newline">where
V: <a class="trait" href="../../serde/de/trait.Visitor.html" title="trait serde::de::Visitor">Visitor</a>&lt;'de&gt;,</span></h4></section></summary><div class='docblock'>Called when deserializing a tuple-like variant. <a href="../../serde/de/trait.VariantAccess.html#tymethod.tuple_variant">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.struct_variant" class="method trait-impl"><a class="srclink rightside" href="../../src/bincode/de/mod.rs.html#486-491">source</a><a href="#method.struct_variant" class="anchor">§</a><h4 class="code-header">fn <a href="../../serde/de/trait.VariantAccess.html#tymethod.struct_variant" class="fn">struct_variant</a>&lt;V&gt;(
Expand Down
Loading

0 comments on commit 08fe5d9

Please sign in to comment.