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.
impl Eq for ShardStateSplit
impl StructuralEq for ShardStateSplit
impl StructuralPartialEq for ShardStateSplit
Auto Trait Implementations§
impl !RefUnwindSafe for ShardStateSplit
impl Send for ShardStateSplit
impl Sync for ShardStateSplit
impl Unpin for ShardStateSplit
impl !UnwindSafe for ShardStateSplit
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more