Skip to content

Commit

Permalink
Docs build for 0bdebcd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 10, 2024
1 parent e670f77 commit b67c8dd
Show file tree
Hide file tree
Showing 152 changed files with 2,176 additions and 1,593 deletions.
4 changes: 2 additions & 2 deletions master/dynec/system/access/isotope/struct.Isotope.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
keys: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[KeyT; N]</a>
) -&gt; [<a class="struct" href="../single/struct.Single.html" title="struct dynec::system::access::single::Single">AccessSingle</a>&lt;A, C, Self::<a class="associatedtype" href="trait.Get.html#associatedtype.Split" title="type dynec::system::access::isotope::Get::Split">Split</a>&lt;'t, N&gt;&gt;; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">N</a>]</h4></section></summary><div class="docblock"><p>Splits the accessor into multiple immutable <a href="../single/struct.Single.html" title="struct dynec::system::access::single::Single"><code>AccessSingle</code></a> accessors
so that they can be used independently.</p>
</div></details><details class="toggle" open><summary><section id="associatedtype.Arch" class="associatedtype trait-impl"><a href="#associatedtype.Arch" class="anchor">§</a><h4 class="code-header">type <a href="trait.Get.html#associatedtype.Arch" class="associatedtype">Arch</a> = A</h4></section></summary><div class='docblock'>The archetype that this accessor retrieves for.</div></details><details class="toggle" open><summary><section id="associatedtype.Comp" class="associatedtype trait-impl"><a href="#associatedtype.Comp" class="anchor">§</a><h4 class="code-header">type <a href="trait.Get.html#associatedtype.Comp" class="associatedtype">Comp</a> = C</h4></section></summary><div class='docblock'>The component that this accessor retrieves.</div></details><details class="toggle" open><summary><section id="associatedtype.Key" class="associatedtype trait-impl"><a href="#associatedtype.Key" class="anchor">§</a><h4 class="code-header">type <a href="trait.Get.html#associatedtype.Key" class="associatedtype">Key</a> = KeyT</h4></section></summary><div class='docblock'>The key for the discriminant set, <code>Comp::Discrim</code> for full accessors, typically <code>usize</code> for partial accessors</div></details><details class="toggle" open><summary><section id="associatedtype.KnownDiscrims" class="associatedtype trait-impl"><a href="#associatedtype.KnownDiscrims" class="anchor">§</a><h4 class="code-header">type <a href="trait.Get.html#associatedtype.KnownDiscrims" class="associatedtype">KnownDiscrims</a>&lt;'t&gt; = impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = &lt;C as <a class="trait" href="../../../comp/trait.Isotope.html" title="trait dynec::comp::Isotope">Isotope</a>&lt;A&gt;&gt;::<a class="associatedtype" href="../../../comp/trait.Isotope.html#associatedtype.Discrim" title="type dynec::comp::Isotope::Discrim">Discrim</a>&gt; + 't
</div></details><details class="toggle" open><summary><section id="associatedtype.Arch-2" class="associatedtype trait-impl"><a href="#associatedtype.Arch-2" class="anchor">§</a><h4 class="code-header">type <a href="trait.Get.html#associatedtype.Arch" class="associatedtype">Arch</a> = A</h4></section></summary><div class='docblock'>The archetype that this accessor retrieves for.</div></details><details class="toggle" open><summary><section id="associatedtype.Comp-2" class="associatedtype trait-impl"><a href="#associatedtype.Comp-2" class="anchor">§</a><h4 class="code-header">type <a href="trait.Get.html#associatedtype.Comp" class="associatedtype">Comp</a> = C</h4></section></summary><div class='docblock'>The component that this accessor retrieves.</div></details><details class="toggle" open><summary><section id="associatedtype.Key-2" class="associatedtype trait-impl"><a href="#associatedtype.Key-2" class="anchor">§</a><h4 class="code-header">type <a href="trait.Get.html#associatedtype.Key" class="associatedtype">Key</a> = KeyT</h4></section></summary><div class='docblock'>The key for the discriminant set, <code>Comp::Discrim</code> for full accessors, typically <code>usize</code> for partial accessors</div></details><details class="toggle" open><summary><section id="associatedtype.KnownDiscrims" class="associatedtype trait-impl"><a href="#associatedtype.KnownDiscrims" class="anchor">§</a><h4 class="code-header">type <a href="trait.Get.html#associatedtype.KnownDiscrims" class="associatedtype">KnownDiscrims</a>&lt;'t&gt; = impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = &lt;C as <a class="trait" href="../../../comp/trait.Isotope.html" title="trait dynec::comp::Isotope">Isotope</a>&lt;A&gt;&gt;::<a class="associatedtype" href="../../../comp/trait.Isotope.html#associatedtype.Discrim" title="type dynec::comp::Isotope::Discrim">Discrim</a>&gt; + 't
<span class="where">where
Self: 't</span></h4></section></summary><div class='docblock'>Return value for <a href="trait.Get.html#tymethod.known_discrims"><code>known_discrims</code></a></div></details><details class="toggle" open><summary><section id="associatedtype.GetAll" class="associatedtype trait-impl"><a href="#associatedtype.GetAll" class="anchor">§</a><h4 class="code-header">type <a href="trait.Get.html#associatedtype.GetAll" class="associatedtype">GetAll</a>&lt;'t, E: <a class="trait" href="../../../entity/trait.Ref.html" title="trait dynec::entity::Ref">Ref</a>&lt;Archetype = A&gt;&gt; = impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = (&lt;C as <a class="trait" href="../../../comp/trait.Isotope.html" title="trait dynec::comp::Isotope">Isotope</a>&lt;A&gt;&gt;::<a class="associatedtype" href="../../../comp/trait.Isotope.html#associatedtype.Discrim" title="type dynec::comp::Isotope::Discrim">Discrim</a>, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'t C</a>)&gt; + 't
<span class="where">where
Expand Down Expand Up @@ -173,7 +173,7 @@
<p>Identical to <a href="struct.Isotope.html#method.try_get" title="method dynec::system::access::isotope::Isotope::try_get"><code>try_get</code></a> but does not require a mutable receiver.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.iter_ref-1" class="method trait-impl"><a class="src rightside" href="../../../../src/dynec/system/access/isotope.rs.html#252-261">source</a><a href="#method.iter_ref-1" class="anchor">§</a><h4 class="code-header">fn <a href="trait.GetRef.html#tymethod.iter_ref" class="fn">iter_ref</a>&lt;'t&gt;(&amp;'t self, key: KeyT) -&gt; Self::<a class="associatedtype" href="trait.GetRef.html#associatedtype.IterRef" title="type dynec::system::access::isotope::GetRef::IterRef">IterRef</a>&lt;'t&gt;</h4></section></summary><div class="docblock"><p>Iterates over all components of a specific discriminant.</p>
<p>Identical to <a href="struct.Isotope.html#method.iter" title="method dynec::system::access::isotope::Isotope::iter"><code>iter</code></a> but does not require a mutable receiver.</p>
</div></details><details class="toggle" open><summary><section id="associatedtype.Arch-2" class="associatedtype trait-impl"><a href="#associatedtype.Arch-2" class="anchor">§</a><h4 class="code-header">type <a href="trait.GetRef.html#associatedtype.Arch" class="associatedtype">Arch</a> = A</h4></section></summary><div class='docblock'>The archetype that this accessor retrieves for.</div></details><details class="toggle" open><summary><section id="associatedtype.Comp-2" class="associatedtype trait-impl"><a href="#associatedtype.Comp-2" class="anchor">§</a><h4 class="code-header">type <a href="trait.GetRef.html#associatedtype.Comp" class="associatedtype">Comp</a> = C</h4></section></summary><div class='docblock'>The component that this accessor retrieves.</div></details><details class="toggle" open><summary><section id="associatedtype.Key-2" class="associatedtype trait-impl"><a href="#associatedtype.Key-2" class="anchor">§</a><h4 class="code-header">type <a href="trait.GetRef.html#associatedtype.Key" class="associatedtype">Key</a> = KeyT</h4></section></summary><div class='docblock'>The key for the discriminant set, <code>Comp::Discrim</code> for full accessors, typically <code>usize</code> for partial accessors</div></details><details class="toggle" open><summary><section id="associatedtype.IterRef" class="associatedtype trait-impl"><a href="#associatedtype.IterRef" class="anchor">§</a><h4 class="code-header">type <a href="trait.GetRef.html#associatedtype.IterRef" class="associatedtype">IterRef</a>&lt;'t&gt; = impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = (<a class="struct" href="../../../entity/struct.TempRef.html" title="struct dynec::entity::TempRef">TempRef</a>&lt;'t, A&gt;, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'t C</a>)&gt;
</div></details><details class="toggle" open><summary><section id="associatedtype.Arch" class="associatedtype trait-impl"><a href="#associatedtype.Arch" class="anchor">§</a><h4 class="code-header">type <a href="trait.GetRef.html#associatedtype.Arch" class="associatedtype">Arch</a> = A</h4></section></summary><div class='docblock'>The archetype that this accessor retrieves for.</div></details><details class="toggle" open><summary><section id="associatedtype.Comp" class="associatedtype trait-impl"><a href="#associatedtype.Comp" class="anchor">§</a><h4 class="code-header">type <a href="trait.GetRef.html#associatedtype.Comp" class="associatedtype">Comp</a> = C</h4></section></summary><div class='docblock'>The component that this accessor retrieves.</div></details><details class="toggle" open><summary><section id="associatedtype.Key" class="associatedtype trait-impl"><a href="#associatedtype.Key" class="anchor">§</a><h4 class="code-header">type <a href="trait.GetRef.html#associatedtype.Key" class="associatedtype">Key</a> = KeyT</h4></section></summary><div class='docblock'>The key for the discriminant set, <code>Comp::Discrim</code> for full accessors, typically <code>usize</code> for partial accessors</div></details><details class="toggle" open><summary><section id="associatedtype.IterRef" class="associatedtype trait-impl"><a href="#associatedtype.IterRef" class="anchor">§</a><h4 class="code-header">type <a href="trait.GetRef.html#associatedtype.IterRef" class="associatedtype">IterRef</a>&lt;'t&gt; = impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = (<a class="struct" href="../../../entity/struct.TempRef.html" title="struct dynec::entity::TempRef">TempRef</a>&lt;'t, A&gt;, <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;'t C</a>)&gt;
<span class="where">where
Self: 't</span></h4></section></summary><div class='docblock'>Return value for <a href="trait.GetRef.html#tymethod.iter_ref"><code>iter_ref</code></a></div></details></div></details></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-Isotope%3CA,+C,+StorageMapT%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Isotope%3CA,+C,+StorageMapT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;A, C, StorageMapT&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Isotope.html" title="struct dynec::system::access::isotope::Isotope">Isotope</a>&lt;A, C, StorageMapT&gt;<div class="where">where
A: <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
Expand Down
Loading

0 comments on commit b67c8dd

Please sign in to comment.