pub struct TvuConfig {
Show 13 fields pub max_ledger_shreds: Option<u64>, pub shred_version: u16, pub halt_on_known_validators_accounts_hash_mismatch: bool, pub known_validators: Option<HashSet<Pubkey>>, pub repair_validators: Option<HashSet<Pubkey>>, pub accounts_hash_fault_injection_slots: u64, pub accounts_db_caching_enabled: bool, pub test_hash_calculation: bool, pub use_index_hash_calculation: bool, pub rocksdb_compaction_interval: Option<u64>, pub rocksdb_max_compaction_jitter: Option<u64>, pub wait_for_vote_to_start_leader: bool, pub accounts_shrink_ratio: AccountShrinkThreshold,
}

Fields

max_ledger_shreds: Option<u64>shred_version: u16halt_on_known_validators_accounts_hash_mismatch: boolknown_validators: Option<HashSet<Pubkey>>repair_validators: Option<HashSet<Pubkey>>accounts_hash_fault_injection_slots: u64accounts_db_caching_enabled: booltest_hash_calculation: booluse_index_hash_calculation: boolrocksdb_compaction_interval: Option<u64>rocksdb_max_compaction_jitter: Option<u64>wait_for_vote_to_start_leader: boolaccounts_shrink_ratio: AccountShrinkThreshold

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Wrap the input message T in a tonic::Request

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Get the TypeId of this object.

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