From 1b340979cbffdb60154f7767f8eda63e91685e1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 03:52:21 +0000 Subject: [PATCH] Update rustdoc 2024-12-19 c65b4c49f3a3f2dcc7c8c28d1871b88c6c954822 --- doc/hydroflow_plus/builder/compiled/struct.CompiledFlow.html | 2 +- .../deploy/in_memory_graph/struct.MultiNode.html | 2 +- .../deploy/in_memory_graph/struct.SingleNode.html | 2 +- .../deploy/macro_runtime/struct.DeployRuntimeCluster.html | 2 +- .../deploy/macro_runtime/struct.DeployRuntimeNode.html | 2 +- doc/hydroflow_plus/deploy/trait.Node.html | 4 ++-- doc/hydroflow_plus/ir/enum.HfPlusLeaf.html | 2 +- doc/hydroflow_plus/ir/enum.HfPlusNode.html | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/hydroflow_plus/builder/compiled/struct.CompiledFlow.html b/doc/hydroflow_plus/builder/compiled/struct.CompiledFlow.html index 10897a24395..0a7f1fa781a 100644 --- a/doc/hydroflow_plus/builder/compiled/struct.CompiledFlow.html +++ b/doc/hydroflow_plus/builder/compiled/struct.CompiledFlow.html @@ -1,4 +1,4 @@ -CompiledFlow in hydroflow_plus::builder::compiled - Rust

Struct hydroflow_plus::builder::compiled::CompiledFlow

source ·
pub struct CompiledFlow<'a, ID> { /* private fields */ }

Implementations§

source§

impl<ID> CompiledFlow<'_, ID>

source§

impl<'a> CompiledFlow<'a, usize>

source

pub fn with_dynamic_id( +CompiledFlow in hydroflow_plus::builder::compiled - Rust

Struct hydroflow_plus::builder::compiled::CompiledFlow

source ·
pub struct CompiledFlow<'a, ID> { /* private fields */ }

Implementations§

source§

impl<ID> CompiledFlow<'_, ID>

source

pub fn hydroflow_ir(&self) -> &BTreeMap<usize, HydroflowGraph>

source

pub fn take_ir(self) -> BTreeMap<usize, HydroflowGraph>

source§

impl<'a> CompiledFlow<'a, usize>

source

pub fn with_dynamic_id( self, id: impl QuotedWithContext<'a, usize, ()>, ) -> CompiledFlowWithId<'a>

Trait Implementations§

source§

impl<'a, Ctx> FreeVariableWithContext<Ctx> for CompiledFlow<'a, ()>

source§

type O = Hydroflow<'a>

source§

fn to_tokens(self, _ctx: &Ctx) -> (Option<TokenStream>, Option<TokenStream>)

source§

fn uninitialized(&self, _ctx: &Ctx) -> Self::O

source§

impl<'a, Ctx> QuotedWithContext<'a, Hydroflow<'a>, Ctx> for CompiledFlow<'a, ()>

source§

fn splice_untyped_ctx(self, ctx: &Ctx) -> Expr
where diff --git a/doc/hydroflow_plus/deploy/in_memory_graph/struct.MultiNode.html b/doc/hydroflow_plus/deploy/in_memory_graph/struct.MultiNode.html index 2f671dc7104..ebd59386cbb 100644 --- a/doc/hydroflow_plus/deploy/in_memory_graph/struct.MultiNode.html +++ b/doc/hydroflow_plus/deploy/in_memory_graph/struct.MultiNode.html @@ -2,7 +2,7 @@ &self, _env: &mut Self::InstantiateEnv, _meta: &mut Self::Meta, - _graph: HydroflowGraph, + _graph: HydroflowGraph, _extra_stmts: Vec<Stmt>, )

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/doc/hydroflow_plus/deploy/in_memory_graph/struct.SingleNode.html b/doc/hydroflow_plus/deploy/in_memory_graph/struct.SingleNode.html index 8867f10a7bf..c253b8d03fa 100644 --- a/doc/hydroflow_plus/deploy/in_memory_graph/struct.SingleNode.html +++ b/doc/hydroflow_plus/deploy/in_memory_graph/struct.SingleNode.html @@ -2,7 +2,7 @@ &self, _env: &mut Self::InstantiateEnv, _meta: &mut Self::Meta, - _graph: HydroflowGraph, + _graph: HydroflowGraph, _extra_stmts: Vec<Stmt>, )

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/doc/hydroflow_plus/deploy/macro_runtime/struct.DeployRuntimeCluster.html b/doc/hydroflow_plus/deploy/macro_runtime/struct.DeployRuntimeCluster.html index a9b02242a86..af6b1a46360 100644 --- a/doc/hydroflow_plus/deploy/macro_runtime/struct.DeployRuntimeCluster.html +++ b/doc/hydroflow_plus/deploy/macro_runtime/struct.DeployRuntimeCluster.html @@ -2,7 +2,7 @@ &self, _env: &mut Self::InstantiateEnv, _meta: &mut Self::Meta, - _graph: HydroflowGraph, + _graph: HydroflowGraph, _extra_stmts: Vec<Stmt>, )

Auto Trait Implementations§

§

impl Freeze for DeployRuntimeCluster

§

impl !RefUnwindSafe for DeployRuntimeCluster

§

impl !Send for DeployRuntimeCluster

§

impl !Sync for DeployRuntimeCluster

§

impl Unpin for DeployRuntimeCluster

§

impl !UnwindSafe for DeployRuntimeCluster

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/doc/hydroflow_plus/deploy/macro_runtime/struct.DeployRuntimeNode.html b/doc/hydroflow_plus/deploy/macro_runtime/struct.DeployRuntimeNode.html index c5de92c1b40..cf5ed772d0e 100644 --- a/doc/hydroflow_plus/deploy/macro_runtime/struct.DeployRuntimeNode.html +++ b/doc/hydroflow_plus/deploy/macro_runtime/struct.DeployRuntimeNode.html @@ -2,7 +2,7 @@ &self, _env: &mut Self::InstantiateEnv, _meta: &mut Self::Meta, - _graph: HydroflowGraph, + _graph: HydroflowGraph, _extra_stmts: Vec<Stmt>, )

source§

impl<'a> RegisterPort<'a, DeployRuntime> for DeployRuntimeNode

source§

fn register(&self, _key: usize, _port: <DeployRuntime as Deploy<'_>>::Port)

source§

fn raw_port( &self, diff --git a/doc/hydroflow_plus/deploy/trait.Node.html b/doc/hydroflow_plus/deploy/trait.Node.html index 69fb06a185c..f6f4de5e638 100644 --- a/doc/hydroflow_plus/deploy/trait.Node.html +++ b/doc/hydroflow_plus/deploy/trait.Node.html @@ -10,13 +10,13 @@ &self, env: &mut Self::InstantiateEnv, meta: &mut Self::Meta, - graph: HydroflowGraph, + graph: HydroflowGraph, extra_stmts: Vec<Stmt>, ); }

Required Associated Types§

Required Methods§

source

fn next_port(&self) -> Self::Port

source

fn update_meta(&mut self, meta: &Self::Meta)

source

fn instantiate( &self, env: &mut Self::InstantiateEnv, meta: &mut Self::Meta, - graph: HydroflowGraph, + graph: HydroflowGraph, extra_stmts: Vec<Stmt>, )

Implementors§

\ No newline at end of file diff --git a/doc/hydroflow_plus/ir/enum.HfPlusLeaf.html b/doc/hydroflow_plus/ir/enum.HfPlusLeaf.html index c7d23d65ca4..2413e9c9f7e 100644 --- a/doc/hydroflow_plus/ir/enum.HfPlusLeaf.html +++ b/doc/hydroflow_plus/ir/enum.HfPlusLeaf.html @@ -28,7 +28,7 @@ seen_tees: &mut SeenTees, ) -> HfPlusLeaf
source

pub fn emit( &self, - graph_builders: &mut BTreeMap<usize, FlatGraphBuilder>, + graph_builders: &mut BTreeMap<usize, FlatGraphBuilder>, built_tees: &mut HashMap<*const RefCell<HfPlusNode>, (Ident, usize)>, next_stmt_id: &mut usize, )

Trait Implementations§

source§

impl Debug for HfPlusLeaf

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl Freeze for HfPlusLeaf

§

impl !RefUnwindSafe for HfPlusLeaf

§

impl !Send for HfPlusLeaf

§

impl !Sync for HfPlusLeaf

§

impl Unpin for HfPlusLeaf

§

impl !UnwindSafe for HfPlusLeaf

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/doc/hydroflow_plus/ir/enum.HfPlusNode.html b/doc/hydroflow_plus/ir/enum.HfPlusNode.html index 895e91605f4..58426e11032 100644 --- a/doc/hydroflow_plus/ir/enum.HfPlusNode.html +++ b/doc/hydroflow_plus/ir/enum.HfPlusNode.html @@ -95,7 +95,7 @@ seen_tees: &mut SeenTees, )

source

pub fn emit( &self, - graph_builders: &mut BTreeMap<usize, FlatGraphBuilder>, + graph_builders: &mut BTreeMap<usize, FlatGraphBuilder>, built_tees: &mut HashMap<*const RefCell<HfPlusNode>, (Ident, usize)>, next_stmt_id: &mut usize, ) -> (Ident, usize)

Trait Implementations§

source§

impl Debug for HfPlusNode

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl Freeze for HfPlusNode

§

impl !RefUnwindSafe for HfPlusNode

§

impl !Send for HfPlusNode

§

impl !Sync for HfPlusNode

§

impl Unpin for HfPlusNode

§

impl !UnwindSafe for HfPlusNode

Blanket Implementations§

source§

impl<T> Any for T
where