Struct near_chain::chain::StateSplitRequest [−][src]
pub struct StateSplitRequest {
pub sync_hash: CryptoHash,
pub shard_id: ShardId,
pub shard_uid: ShardUId,
pub state_root: StateRoot,
pub next_epoch_shard_layout: ShardLayout,
}
Fields
sync_hash: CryptoHash
shard_id: ShardId
shard_uid: ShardUId
state_root: StateRoot
next_epoch_shard_layout: ShardLayout
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StateSplitRequest
impl Send for StateSplitRequest
impl Sync for StateSplitRequest
impl Unpin for StateSplitRequest
impl UnwindSafe for StateSplitRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more