Struct everscale_types::cell::rc::RcCellFinalizer
source · pub struct RcCellFinalizer;Expand description
Single-threaded cell finalizer.
Trait Implementations§
source§impl Clone for RcCellFinalizer
impl Clone for RcCellFinalizer
source§fn clone(&self) -> RcCellFinalizer
fn clone(&self) -> RcCellFinalizer
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 Default for RcCellFinalizer
impl Default for RcCellFinalizer
source§fn default() -> RcCellFinalizer
fn default() -> RcCellFinalizer
Returns the “default value” for a type. Read more
source§impl Finalizer<RcCellFamily> for RcCellFinalizer
impl Finalizer<RcCellFamily> for RcCellFinalizer
source§fn finalize_cell(&mut self, ctx: CellParts<'_, RcCellFamily>) -> Option<RcCell>
fn finalize_cell(&mut self, ctx: CellParts<'_, RcCellFamily>) -> Option<RcCell>
Builds a new cell from cell parts.