Struct everscale_types::models::shard::ShardStateSplit
source · pub struct ShardStateSplit {
pub left: Lazy<ShardStateUnsplit>,
pub right: Lazy<ShardStateUnsplit>,
}Expand description
Next indivisible states after shard split.
Fields§
§left: Lazy<ShardStateUnsplit>Reference to the state of the left shard.
right: Lazy<ShardStateUnsplit>Reference to the state of the right shard.
Trait Implementations§
source§impl Clone for ShardStateSplit
impl Clone for ShardStateSplit
source§fn clone(&self) -> ShardStateSplit
fn clone(&self) -> ShardStateSplit
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 Debug for ShardStateSplit
impl Debug for ShardStateSplit
source§impl<'tlb> Load<'tlb> for ShardStateSplit
impl<'tlb> Load<'tlb> for ShardStateSplit
source§impl PartialEq<ShardStateSplit> for ShardStateSplit
impl PartialEq<ShardStateSplit> for ShardStateSplit
source§fn eq(&self, other: &ShardStateSplit) -> bool
fn eq(&self, other: &ShardStateSplit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Store for ShardStateSplit
impl Store for ShardStateSplit
source§fn store_into(
&self,
__builder: &mut CellBuilder,
__finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.