Struct slack_morphism::SlackClientSocketModeConfig [−][src]
pub struct SlackClientSocketModeConfig {
pub max_connections_count: u32,
pub debug_connections: bool,
pub initial_backoff_in_seconds: u64,
pub reconnect_timeout_in_seconds: u64,
pub ping_interval_in_seconds: u64,
pub ping_failure_threshold_times: u64,
}Fields
max_connections_count: u32debug_connections: boolinitial_backoff_in_seconds: u64reconnect_timeout_in_seconds: u64ping_interval_in_seconds: u64ping_failure_threshold_times: u64Implementations
Trait Implementations
Performs the conversion.
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 SlackClientSocketModeConfig
impl Send for SlackClientSocketModeConfig
impl Sync for SlackClientSocketModeConfig
impl Unpin for SlackClientSocketModeConfig
impl UnwindSafe for SlackClientSocketModeConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
