Type Definition everscale_types::cell::sync::ArcCell
source · pub type ArcCell = Arc<dyn Cell<ArcCellFamily>>;Expand description
Thread-safe cell.
Trait Implementations§
source§impl<'a> Load<'a, ArcCellFamily> for ArcCell
impl<'a> Load<'a, ArcCellFamily> for ArcCell
source§impl Store<ArcCellFamily> for ArcCell
impl Store<ArcCellFamily> for ArcCell
source§fn store_into(
&self,
builder: &mut CellBuilder<ArcCellFamily>,
_: &mut dyn Finalizer<ArcCellFamily>
) -> bool
fn store_into( &self, builder: &mut CellBuilder<ArcCellFamily>, _: &mut dyn Finalizer<ArcCellFamily> ) -> bool
Tries to store itself into the cell builder.