Struct solana_ledger::shred::ShredFetchStats[][src]

pub struct ShredFetchStats {
    pub index_overrun: usize,
    pub shred_count: usize,
    pub index_bad_deserialize: usize,
    pub index_out_of_bounds: usize,
    pub slot_bad_deserialize: usize,
    pub duplicate_shred: usize,
    pub slot_out_of_range: usize,
    pub bad_shred_type: usize,
}

Fields

index_overrun: usizeshred_count: usizeindex_bad_deserialize: usizeindex_out_of_bounds: usizeslot_bad_deserialize: usizeduplicate_shred: usizeslot_out_of_range: usizebad_shred_type: usize

Trait Implementations

impl Debug for ShredFetchStats[src]

impl Default for ShredFetchStats[src]

impl Eq for ShredFetchStats[src]

impl PartialEq<ShredFetchStats> for ShredFetchStats[src]

impl StructuralEq for ShredFetchStats[src]

impl StructuralPartialEq for ShredFetchStats[src]

Auto Trait Implementations

impl RefUnwindSafe for ShredFetchStats

impl Send for ShredFetchStats

impl Sync for ShredFetchStats

impl Unpin for ShredFetchStats

impl UnwindSafe for ShredFetchStats

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> MaybeDebug for T where
    T: Debug
[src]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]