Struct diem_config::config::StorageServiceConfig [−][src]
pub struct StorageServiceConfig {
pub max_account_states_chunk_sizes: u64,
pub max_concurrent_requests: u64,
pub max_epoch_chunk_size: u64,
pub max_transaction_chunk_size: u64,
pub max_transaction_output_chunk_size: u64,
}Fields
max_account_states_chunk_sizes: u64max_concurrent_requests: u64max_epoch_chunk_size: u64max_transaction_chunk_size: u64max_transaction_output_chunk_size: u64Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StorageServiceConfig
impl Send for StorageServiceConfig
impl Sync for StorageServiceConfig
impl Unpin for StorageServiceConfig
impl UnwindSafe for StorageServiceConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.