Skip to content

Commit

Permalink
Update rustdoc 2024-12-04 c2d6fa0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent 62918c1 commit db60ec7
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
&self,
_env: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.InstantiateEnv" title="type hydroflow_plus::deploy::Node::InstantiateEnv">InstantiateEnv</a>,
_meta: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.Meta" title="type hydroflow_plus::deploy::Node::Meta">Meta</a>,
_graph: HydroflowGraph,
_graph: <a class="struct" href="../../../hydroflow_lang/graph/hydroflow_graph/struct.HydroflowGraph.html" title="struct hydroflow_lang::graph::hydroflow_graph::HydroflowGraph">HydroflowGraph</a>,
_extra_stmts: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="https://docs.rs/syn/2.0.75/syn/stmt/enum.Stmt.html" title="enum syn::stmt::Stmt">Stmt</a>&gt;,
)</h4></section></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-Freeze-for-MultiNode" class="impl"><a href="#impl-Freeze-for-MultiNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.MultiNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::MultiNode">MultiNode</a></h3></section><section id="impl-RefUnwindSafe-for-MultiNode" class="impl"><a href="#impl-RefUnwindSafe-for-MultiNode" class="anchor">§</a><h3 class="code-header">impl <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.MultiNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::MultiNode">MultiNode</a></h3></section><section id="impl-Send-for-MultiNode" class="impl"><a href="#impl-Send-for-MultiNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.MultiNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::MultiNode">MultiNode</a></h3></section><section id="impl-Sync-for-MultiNode" class="impl"><a href="#impl-Sync-for-MultiNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.MultiNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::MultiNode">MultiNode</a></h3></section><section id="impl-Unpin-for-MultiNode" class="impl"><a href="#impl-Unpin-for-MultiNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.MultiNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::MultiNode">MultiNode</a></h3></section><section id="impl-UnwindSafe-for-MultiNode" class="impl"><a href="#impl-UnwindSafe-for-MultiNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.MultiNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::MultiNode">MultiNode</a></h3></section></div><h2 id="blanket-implementations" class="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-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#138">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></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/nightly/src/core/any.rs.html#139">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/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/nightly/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/nightly/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-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#209">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<div class="where">where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
&amp;self,
_env: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.InstantiateEnv" title="type hydroflow_plus::deploy::Node::InstantiateEnv">InstantiateEnv</a>,
_meta: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.Meta" title="type hydroflow_plus::deploy::Node::Meta">Meta</a>,
_graph: HydroflowGraph,
_graph: <a class="struct" href="../../../hydroflow_lang/graph/hydroflow_graph/struct.HydroflowGraph.html" title="struct hydroflow_lang::graph::hydroflow_graph::HydroflowGraph">HydroflowGraph</a>,
_extra_stmts: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="https://docs.rs/syn/2.0.75/syn/stmt/enum.Stmt.html" title="enum syn::stmt::Stmt">Stmt</a>&gt;,
)</h4></section></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-Freeze-for-SingleNode" class="impl"><a href="#impl-Freeze-for-SingleNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.SingleNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::SingleNode">SingleNode</a></h3></section><section id="impl-RefUnwindSafe-for-SingleNode" class="impl"><a href="#impl-RefUnwindSafe-for-SingleNode" class="anchor">§</a><h3 class="code-header">impl <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.SingleNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::SingleNode">SingleNode</a></h3></section><section id="impl-Send-for-SingleNode" class="impl"><a href="#impl-Send-for-SingleNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.SingleNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::SingleNode">SingleNode</a></h3></section><section id="impl-Sync-for-SingleNode" class="impl"><a href="#impl-Sync-for-SingleNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.SingleNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::SingleNode">SingleNode</a></h3></section><section id="impl-Unpin-for-SingleNode" class="impl"><a href="#impl-Unpin-for-SingleNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.SingleNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::SingleNode">SingleNode</a></h3></section><section id="impl-UnwindSafe-for-SingleNode" class="impl"><a href="#impl-UnwindSafe-for-SingleNode" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.SingleNode.html" title="struct hydroflow_plus::deploy::in_memory_graph::SingleNode">SingleNode</a></h3></section></div><h2 id="blanket-implementations" class="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-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#138">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></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/nightly/src/core/any.rs.html#139">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/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/nightly/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/nightly/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-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#209">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<div class="where">where
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
&amp;self,
_env: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.InstantiateEnv" title="type hydroflow_plus::deploy::Node::InstantiateEnv">InstantiateEnv</a>,
_meta: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.Meta" title="type hydroflow_plus::deploy::Node::Meta">Meta</a>,
_graph: HydroflowGraph,
_graph: <a class="struct" href="../../../hydroflow_lang/graph/hydroflow_graph/struct.HydroflowGraph.html" title="struct hydroflow_lang::graph::hydroflow_graph::HydroflowGraph">HydroflowGraph</a>,
_extra_stmts: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="enum" href="https://docs.rs/syn/2.0.75/syn/stmt/enum.Stmt.html" title="enum syn::stmt::Stmt">Stmt</a>&gt;,
)</h4></section></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-Freeze-for-DeployRuntimeCluster" class="impl"><a href="#impl-Freeze-for-DeployRuntimeCluster" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.DeployRuntimeCluster.html" title="struct hydroflow_plus::deploy::macro_runtime::DeployRuntimeCluster">DeployRuntimeCluster</a></h3></section><section id="impl-RefUnwindSafe-for-DeployRuntimeCluster" class="impl"><a href="#impl-RefUnwindSafe-for-DeployRuntimeCluster" class="anchor">§</a><h3 class="code-header">impl !<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.DeployRuntimeCluster.html" title="struct hydroflow_plus::deploy::macro_runtime::DeployRuntimeCluster">DeployRuntimeCluster</a></h3></section><section id="impl-Send-for-DeployRuntimeCluster" class="impl"><a href="#impl-Send-for-DeployRuntimeCluster" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.DeployRuntimeCluster.html" title="struct hydroflow_plus::deploy::macro_runtime::DeployRuntimeCluster">DeployRuntimeCluster</a></h3></section><section id="impl-Sync-for-DeployRuntimeCluster" class="impl"><a href="#impl-Sync-for-DeployRuntimeCluster" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.DeployRuntimeCluster.html" title="struct hydroflow_plus::deploy::macro_runtime::DeployRuntimeCluster">DeployRuntimeCluster</a></h3></section><section id="impl-Unpin-for-DeployRuntimeCluster" class="impl"><a href="#impl-Unpin-for-DeployRuntimeCluster" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.DeployRuntimeCluster.html" title="struct hydroflow_plus::deploy::macro_runtime::DeployRuntimeCluster">DeployRuntimeCluster</a></h3></section><section id="impl-UnwindSafe-for-DeployRuntimeCluster" class="impl"><a href="#impl-UnwindSafe-for-DeployRuntimeCluster" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.DeployRuntimeCluster.html" title="struct hydroflow_plus::deploy::macro_runtime::DeployRuntimeCluster">DeployRuntimeCluster</a></h3></section></div><h2 id="blanket-implementations" class="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-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#138">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></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/nightly/src/core/any.rs.html#139">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/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/nightly/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/nightly/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-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#209">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<div class="where">where
Expand Down
Loading

0 comments on commit db60ec7

Please sign in to comment.