Struct everscale_types::cell::sync::ArcCellFinalizer
source · pub struct ArcCellFinalizer;Expand description
Thread-safe cell finalizer.
Trait Implementations§
source§impl Clone for ArcCellFinalizer
impl Clone for ArcCellFinalizer
source§fn clone(&self) -> ArcCellFinalizer
fn clone(&self) -> ArcCellFinalizer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Finalizer<ArcCellFamily> for ArcCellFinalizer
impl Finalizer<ArcCellFamily> for ArcCellFinalizer
source§fn finalize_cell(&mut self, ctx: CellParts<'_, ArcCellFamily>) -> Option<ArcCell>
fn finalize_cell(&mut self, ctx: CellParts<'_, ArcCellFamily>) -> Option<ArcCell>
Builds a new cell from cell parts.