Struct solana_core::progress_map::ForkProgress [−][src]
pub struct ForkProgress {
pub is_dead: bool,
pub fork_stats: ForkStats,
pub propagated_stats: PropagatedStats,
pub replay_stats: ReplaySlotStats,
pub replay_progress: ConfirmationProgress,
pub num_blocks_on_fork: u64,
pub num_dropped_blocks_on_fork: u64,
}Fields
is_dead: boolfork_stats: ForkStatspropagated_stats: PropagatedStatsreplay_stats: ReplaySlotStatsreplay_progress: ConfirmationProgressnum_blocks_on_fork: u64num_dropped_blocks_on_fork: u64Implementations
Auto Trait Implementations
impl RefUnwindSafe for ForkProgress
impl Send for ForkProgress
impl Sync for ForkProgress
impl Unpin for ForkProgress
impl UnwindSafe for ForkProgress
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
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
