Struct solana_ledger::slot_stats::SlotStats
source · pub struct SlotStats {
turbine_fec_set_index_counts: HashMap<u32, usize>,
num_repaired: usize,
num_recovered: usize,
last_index: u64,
flags: SlotFlags,
}
Fields§
§turbine_fec_set_index_counts: HashMap<u32, usize>
§num_repaired: usize
§num_recovered: usize
§last_index: u64
§flags: SlotFlags
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SlotStats
impl Send for SlotStats
impl Sync for SlotStats
impl Unpin for SlotStats
impl UnwindSafe for SlotStats
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request