Struct diem_config::config::DataStreamingServiceConfig [−][src]
pub struct DataStreamingServiceConfig {
pub global_summary_refresh_interval_ms: u64,
pub max_concurrent_requests: u64,
pub max_data_stream_channel_sizes: u64,
pub max_request_retry: u64,
pub max_notification_id_mappings: u64,
pub progress_check_interval_ms: u64,
}Fields
global_summary_refresh_interval_ms: u64max_concurrent_requests: u64max_data_stream_channel_sizes: u64max_request_retry: u64max_notification_id_mappings: u64progress_check_interval_ms: u64Trait Implementations
impl<'de> Deserialize<'de> for DataStreamingServiceConfig where
DataStreamingServiceConfig: Default,
impl<'de> Deserialize<'de> for DataStreamingServiceConfig where
DataStreamingServiceConfig: Default,
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 DataStreamingServiceConfig
impl Send for DataStreamingServiceConfig
impl Sync for DataStreamingServiceConfig
impl Unpin for DataStreamingServiceConfig
impl UnwindSafe for DataStreamingServiceConfig
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.