Struct solana_ledger::blockstore_processor::ConfirmationProgress [−][src]
pub struct ConfirmationProgress {
pub last_entry: Hash,
pub tick_hash_count: u64,
pub num_shreds: u64,
pub num_entries: usize,
pub num_txs: usize,
}Fields
last_entry: Hashtick_hash_count: u64num_shreds: u64num_entries: usizenum_txs: usizeImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ConfirmationProgress
impl Send for ConfirmationProgress
impl Sync for ConfirmationProgress
impl Unpin for ConfirmationProgress
impl UnwindSafe for ConfirmationProgress
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
