From 1a7322dab5bdb2d2e4f5dc036421af879f706e35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:25:36 +0000 Subject: [PATCH] Update rustdoc 2024-12-23 f3f86b8379371457c3f7ec62b917885377128f5c --- doc/hydro_lang/builder/compiled/struct.CompiledFlow.html | 2 +- doc/hydro_lang/deploy/in_memory_graph/struct.MultiNode.html | 2 +- doc/hydro_lang/deploy/in_memory_graph/struct.SingleNode.html | 2 +- .../deploy/macro_runtime/struct.DeployRuntimeCluster.html | 2 +- .../deploy/macro_runtime/struct.DeployRuntimeNode.html | 2 +- doc/hydro_lang/deploy/trait.Node.html | 4 ++-- doc/hydro_lang/ir/enum.HydroLeaf.html | 2 +- doc/hydro_lang/ir/enum.HydroNode.html | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/hydro_lang/builder/compiled/struct.CompiledFlow.html b/doc/hydro_lang/builder/compiled/struct.CompiledFlow.html index 5a6eb1b1913..33d8c7300d3 100644 --- a/doc/hydro_lang/builder/compiled/struct.CompiledFlow.html +++ b/doc/hydro_lang/builder/compiled/struct.CompiledFlow.html @@ -1,4 +1,4 @@ -CompiledFlow in hydro_lang::builder::compiled - Rust

Struct hydro_lang::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, DfirGraph>

source

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

source§

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

source

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

Struct hydro_lang::builder::compiled::CompiledFlow

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

Implementations§

Trait Implementations§

source§

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

source§

type O = Dfir<'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, Dfir<'a>, Ctx> for CompiledFlow<'a, ()>

source§

fn splice_untyped_ctx(self, ctx: &Ctx) -> Expr
where diff --git a/doc/hydro_lang/deploy/in_memory_graph/struct.MultiNode.html b/doc/hydro_lang/deploy/in_memory_graph/struct.MultiNode.html index 6aa9c2f794e..210258a45eb 100644 --- a/doc/hydro_lang/deploy/in_memory_graph/struct.MultiNode.html +++ b/doc/hydro_lang/deploy/in_memory_graph/struct.MultiNode.html @@ -2,7 +2,7 @@ &self, _env: &mut Self::InstantiateEnv, _meta: &mut Self::Meta, - _graph: DfirGraph, + _graph: DfirGraph, _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/hydro_lang/deploy/in_memory_graph/struct.SingleNode.html b/doc/hydro_lang/deploy/in_memory_graph/struct.SingleNode.html index cb44920cabe..d6cd34a6073 100644 --- a/doc/hydro_lang/deploy/in_memory_graph/struct.SingleNode.html +++ b/doc/hydro_lang/deploy/in_memory_graph/struct.SingleNode.html @@ -2,7 +2,7 @@ &self, _env: &mut Self::InstantiateEnv, _meta: &mut Self::Meta, - _graph: DfirGraph, + _graph: DfirGraph, _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/hydro_lang/deploy/macro_runtime/struct.DeployRuntimeCluster.html b/doc/hydro_lang/deploy/macro_runtime/struct.DeployRuntimeCluster.html index df9b8010de1..bc1980ec1d9 100644 --- a/doc/hydro_lang/deploy/macro_runtime/struct.DeployRuntimeCluster.html +++ b/doc/hydro_lang/deploy/macro_runtime/struct.DeployRuntimeCluster.html @@ -2,7 +2,7 @@ &self, _env: &mut Self::InstantiateEnv, _meta: &mut Self::Meta, - _graph: DfirGraph, + _graph: DfirGraph, _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/hydro_lang/deploy/macro_runtime/struct.DeployRuntimeNode.html b/doc/hydro_lang/deploy/macro_runtime/struct.DeployRuntimeNode.html index 53b35d3eae5..b96b033bd32 100644 --- a/doc/hydro_lang/deploy/macro_runtime/struct.DeployRuntimeNode.html +++ b/doc/hydro_lang/deploy/macro_runtime/struct.DeployRuntimeNode.html @@ -2,7 +2,7 @@ &self, _env: &mut Self::InstantiateEnv, _meta: &mut Self::Meta, - _graph: DfirGraph, + _graph: DfirGraph, _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/hydro_lang/deploy/trait.Node.html b/doc/hydro_lang/deploy/trait.Node.html index 1c6608f9e16..a4e446c0d43 100644 --- a/doc/hydro_lang/deploy/trait.Node.html +++ b/doc/hydro_lang/deploy/trait.Node.html @@ -10,13 +10,13 @@ &self, env: &mut Self::InstantiateEnv, meta: &mut Self::Meta, - graph: DfirGraph, + graph: DfirGraph, 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: DfirGraph, + graph: DfirGraph, extra_stmts: Vec<Stmt>, )

Implementors§

\ No newline at end of file diff --git a/doc/hydro_lang/ir/enum.HydroLeaf.html b/doc/hydro_lang/ir/enum.HydroLeaf.html index 376c40b0ffc..2ac20c8b8b6 100644 --- a/doc/hydro_lang/ir/enum.HydroLeaf.html +++ b/doc/hydro_lang/ir/enum.HydroLeaf.html @@ -28,7 +28,7 @@ seen_tees: &mut SeenTees, ) -> HydroLeaf
source

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

Trait Implementations§

source§

impl Debug for HydroLeaf

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl Freeze for HydroLeaf

§

impl !RefUnwindSafe for HydroLeaf

§

impl !Send for HydroLeaf

§

impl !Sync for HydroLeaf

§

impl Unpin for HydroLeaf

§

impl !UnwindSafe for HydroLeaf

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/doc/hydro_lang/ir/enum.HydroNode.html b/doc/hydro_lang/ir/enum.HydroNode.html index 17f277d3658..0f147dd0365 100644 --- a/doc/hydro_lang/ir/enum.HydroNode.html +++ b/doc/hydro_lang/ir/enum.HydroNode.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<HydroNode>, (Ident, usize)>, next_stmt_id: &mut usize, ) -> (Ident, usize)

Trait Implementations§

source§

impl Debug for HydroNode

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl Freeze for HydroNode

§

impl !RefUnwindSafe for HydroNode

§

impl !Send for HydroNode

§

impl !Sync for HydroNode

§

impl Unpin for HydroNode

§

impl !UnwindSafe for HydroNode

Blanket Implementations§

source§

impl<T> Any for T
where