Skip to content

Commit

Permalink
Deploying to gh-pages from @ 35bd397 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Feb 19, 2024
1 parent 1239ca7 commit 8f06610
Show file tree
Hide file tree
Showing 147 changed files with 1,038 additions and 1,038 deletions.
2 changes: 1 addition & 1 deletion ahash/struct.AHashMap.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions ahash/struct.AHashSet.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chrono/enum.Weekday.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions chrono/naive/struct.Days.html

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions chrono/naive/struct.NaiveDate.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions chrono/naive/struct.NaiveDateDaysIterator.html

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions chrono/naive/struct.NaiveDateTime.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions chrono/naive/struct.NaiveDateWeeksIterator.html

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions chrono/naive/struct.NaiveTime.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions chrono/offset/struct.FixedOffset.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions chrono/struct.Date.html

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions chrono/struct.DateTime.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions chrono/struct.Days.html

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions chrono/struct.Duration.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions chrono/struct.FixedOffset.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions chrono/struct.Months.html

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions chrono/struct.NaiveDate.html

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions chrono/struct.NaiveDateTime.html

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions chrono/struct.NaiveTime.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions digest/core_api/struct.CoreWrapper.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions digest/core_api/struct.XofReaderCoreWrapper.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion digest/struct.InvalidBufferSize.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions futures_util/future/enum.Either.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions futures_util/future/struct.Abortable.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions futures_util/future/struct.PollImmediate.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions futures_util/io/struct.AllowStdIo.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions futures_util/io/struct.Cursor.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion futures_util/stream/select_all/struct.SelectAll.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions futures_util/stream/struct.Abortable.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions futures_util/stream/struct.FuturesUnordered.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion futures_util/stream/struct.SelectAll.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion futures_util/stream/struct.TryReadyChunksError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion getrandom/struct.Error.html

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions hashbrown/hash_map/struct.HashMap.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hashbrown/hash_map/struct.OccupiedError.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 id="examples"><a href="#examples">Examples</a></h2>
<span class="macro">assert_eq!</span>(map[<span class="kw-2">&amp;</span><span class="string">&quot;a&quot;</span>], <span class="number">100</span>);</code></pre></div>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.entry" class="structfield small-section-header"><a href="#structfield.entry" class="anchor field">§</a><code>entry: <a class="struct" href="struct.OccupiedEntry.html" title="struct hashbrown::hash_map::OccupiedEntry">OccupiedEntry</a>&lt;'a, K, V, S, A&gt;</code></span><div class="docblock"><p>The entry in the map that was already occupied.</p>
</div><span id="structfield.value" class="structfield small-section-header"><a href="#structfield.value" class="anchor field">§</a><code>value: V</code></span><div class="docblock"><p>The value which was not inserted, because the entry was already occupied.</p>
</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-Debug-for-OccupiedError%3C'_,+K,+V,+S,+A%3E" class="impl"><a class="src rightside" href="../../src/hashbrown/map.rs.html#4602-4610">source</a><a href="#impl-Debug-for-OccupiedError%3C'_,+K,+V,+S,+A%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>, V: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>, S, A: <a class="trait" href="../../allocator_api2/stable/alloc/trait.Allocator.html" title="trait allocator_api2::stable::alloc::Allocator">Allocator</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.OccupiedError.html" title="struct hashbrown::hash_map::OccupiedError">OccupiedError</a>&lt;'_, K, V, S, A&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl"><a class="src rightside" href="../../src/hashbrown/map.rs.html#4603-4609">source</a><a href="#method.fmt-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.75.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.75.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Display-for-OccupiedError%3C'a,+K,+V,+S,+A%3E" class="impl"><a class="src rightside" href="../../src/hashbrown/map.rs.html#4612-4622">source</a><a href="#impl-Display-for-OccupiedError%3C'a,+K,+V,+S,+A%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, K: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>, V: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>, S, A: <a class="trait" href="../../allocator_api2/stable/alloc/trait.Allocator.html" title="trait allocator_api2::stable::alloc::Allocator">Allocator</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="struct" href="struct.OccupiedError.html" title="struct hashbrown::hash_map::OccupiedError">OccupiedError</a>&lt;'a, K, V, S, A&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/hashbrown/map.rs.html#4613-4621">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Display.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.75.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.75.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Display.html#tymethod.fmt">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-OccupiedError%3C'a,+K,+V,+S,+A%3E" class="impl"><a href="#impl-RefUnwindSafe-for-OccupiedError%3C'a,+K,+V,+S,+A%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, K, V, S, A&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.OccupiedError.html" title="struct hashbrown::hash_map::OccupiedError">OccupiedError</a>&lt;'a, K, V, S, A&gt;<span class="where fmt-newline">where
</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-Debug-for-OccupiedError%3C'_,+K,+V,+S,+A%3E" class="impl"><a class="src rightside" href="../../src/hashbrown/map.rs.html#4602-4610">source</a><a href="#impl-Debug-for-OccupiedError%3C'_,+K,+V,+S,+A%3E" class="anchor">§</a><h3 class="code-header">impl&lt;K: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>, V: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>, S, A: <a class="trait" href="../../allocator_api2/stable/alloc/trait.Allocator.html" title="trait allocator_api2::stable::alloc::Allocator">Allocator</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.OccupiedError.html" title="struct hashbrown::hash_map::OccupiedError">OccupiedError</a>&lt;'_, K, V, S, A&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/hashbrown/map.rs.html#4603-4609">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.75.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.75.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Display-for-OccupiedError%3C'a,+K,+V,+S,+A%3E" class="impl"><a class="src rightside" href="../../src/hashbrown/map.rs.html#4612-4622">source</a><a href="#impl-Display-for-OccupiedError%3C'a,+K,+V,+S,+A%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, K: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>, V: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>, S, A: <a class="trait" href="../../allocator_api2/stable/alloc/trait.Allocator.html" title="trait allocator_api2::stable::alloc::Allocator">Allocator</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="struct" href="struct.OccupiedError.html" title="struct hashbrown::hash_map::OccupiedError">OccupiedError</a>&lt;'a, K, V, S, A&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl"><a class="src rightside" href="../../src/hashbrown/map.rs.html#4613-4621">source</a><a href="#method.fmt-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Display.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.75.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.75.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.75.0/core/fmt/trait.Display.html#tymethod.fmt">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-OccupiedError%3C'a,+K,+V,+S,+A%3E" class="impl"><a href="#impl-RefUnwindSafe-for-OccupiedError%3C'a,+K,+V,+S,+A%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, K, V, S, A&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.OccupiedError.html" title="struct hashbrown::hash_map::OccupiedError">OccupiedError</a>&lt;'a, K, V, S, A&gt;<span class="where fmt-newline">where
A: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
K: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
S: <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
Expand Down
Loading

0 comments on commit 8f06610

Please sign in to comment.