Skip to content

Commit

Permalink
Update rustdoc 2025-01-16 ad8a7dd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and MingweiSamuel committed Jan 16, 2025
1 parent b10d5a0 commit b547a13
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/hydro_lang/builder/compiled/struct.CompiledFlow.html

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 hydro_lang::deploy::Node::InstantiateEnv">InstantiateEnv</a>,
_meta: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.Meta" title="type hydro_lang::deploy::Node::Meta">Meta</a>,
_graph: <a class="struct" href="../../../dfir_lang/graph/hydroflow_graph/struct.DfirGraph.html" title="struct dfir_lang::graph::hydroflow_graph::DfirGraph">DfirGraph</a>,
_graph: DfirGraph,
_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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::deploy::Node::InstantiateEnv">InstantiateEnv</a>,
_meta: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.Meta" title="type hydro_lang::deploy::Node::Meta">Meta</a>,
_graph: <a class="struct" href="../../../dfir_lang/graph/hydroflow_graph/struct.DfirGraph.html" title="struct dfir_lang::graph::hydroflow_graph::DfirGraph">DfirGraph</a>,
_graph: DfirGraph,
_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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::deploy::Node::InstantiateEnv">InstantiateEnv</a>,
_meta: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.Meta" title="type hydro_lang::deploy::Node::Meta">Meta</a>,
_graph: <a class="struct" href="../../../dfir_lang/graph/hydroflow_graph/struct.DfirGraph.html" title="struct dfir_lang::graph::hydroflow_graph::DfirGraph">DfirGraph</a>,
_graph: DfirGraph,
_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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::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 hydro_lang::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
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 hydro_lang::deploy::Node::InstantiateEnv">InstantiateEnv</a>,
_meta: &amp;mut Self::<a class="associatedtype" href="../trait.Node.html#associatedtype.Meta" title="type hydro_lang::deploy::Node::Meta">Meta</a>,
_graph: <a class="struct" href="../../../dfir_lang/graph/hydroflow_graph/struct.DfirGraph.html" title="struct dfir_lang::graph::hydroflow_graph::DfirGraph">DfirGraph</a>,
_graph: DfirGraph,
_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><details class="toggle implementors-toggle" open><summary><section id="impl-RegisterPort%3C'a,+DeployRuntime%3E-for-DeployRuntimeNode" class="impl"><a class="src rightside" href="../../../src/hydro_lang/deploy/macro_runtime.rs.html#187-239">source</a><a href="#impl-RegisterPort%3C'a,+DeployRuntime%3E-for-DeployRuntimeNode" class="anchor">§</a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="../trait.RegisterPort.html" title="trait hydro_lang::deploy::RegisterPort">RegisterPort</a>&lt;'a, <a class="struct" href="struct.DeployRuntime.html" title="struct hydro_lang::deploy::macro_runtime::DeployRuntime">DeployRuntime</a>&gt; for <a class="struct" href="struct.DeployRuntimeNode.html" title="struct hydro_lang::deploy::macro_runtime::DeployRuntimeNode">DeployRuntimeNode</a></h3></section></summary><div class="impl-items"><section id="method.register" class="method trait-impl"><a class="src rightside" href="../../../src/hydro_lang/deploy/macro_runtime.rs.html#188-190">source</a><a href="#method.register" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.RegisterPort.html#tymethod.register" class="fn">register</a>(&amp;self, _key: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, _port: &lt;<a class="struct" href="struct.DeployRuntime.html" title="struct hydro_lang::deploy::macro_runtime::DeployRuntime">DeployRuntime</a> as <a class="trait" href="../trait.Deploy.html" title="trait hydro_lang::deploy::Deploy">Deploy</a>&lt;'_&gt;&gt;::<a class="associatedtype" href="../trait.Deploy.html#associatedtype.Port" title="type hydro_lang::deploy::Deploy::Port">Port</a>)</h4></section><section id="method.raw_port" class="method trait-impl"><a class="src rightside" href="../../../src/hydro_lang/deploy/macro_runtime.rs.html#192-194">source</a><a href="#method.raw_port" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.RegisterPort.html#tymethod.raw_port" class="fn">raw_port</a>(
&amp;self,
Expand Down
Loading

0 comments on commit b547a13

Please sign in to comment.