Struct solana_runtime::accounts_db::ErrorCounters [−][src]
pub struct ErrorCounters {}Show fields
pub total: usize, pub account_in_use: usize, pub account_loaded_twice: usize, pub account_not_found: usize, pub blockhash_not_found: usize, pub blockhash_too_old: usize, pub call_chain_too_deep: usize, pub already_processed: usize, pub instruction_error: usize, pub insufficient_funds: usize, pub invalid_account_for_fee: usize, pub invalid_account_index: usize, pub invalid_program_for_execution: usize, pub not_allowed_during_cluster_maintenance: usize,
Fields
total: usize
account_in_use: usize
account_loaded_twice: usize
account_not_found: usize
blockhash_not_found: usize
blockhash_too_old: usize
call_chain_too_deep: usize
already_processed: usize
instruction_error: usize
insufficient_funds: usize
invalid_account_for_fee: usize
invalid_account_index: usize
invalid_program_for_execution: usize
not_allowed_during_cluster_maintenance: usize
Trait Implementations
impl Debug for ErrorCounters
[src]
impl Debug for ErrorCounters
[src]impl Default for ErrorCounters
[src]
impl Default for ErrorCounters
[src]fn default() -> ErrorCounters
[src]
fn default() -> ErrorCounters
[src]Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ErrorCounters
impl Send for ErrorCounters
impl Sync for ErrorCounters
impl Unpin for ErrorCounters
impl UnwindSafe for ErrorCounters
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,