pub struct SlackSocketModeWssClientIdInit {
pub initial_index: u32,
pub token_index: u32,
pub reconnected: u64,
}Fields§
§initial_index: u32§token_index: u32§reconnected: u64Trait Implementations§
source§impl From<SlackSocketModeWssClientIdInit> for SlackSocketModeWssClientId
impl From<SlackSocketModeWssClientIdInit> for SlackSocketModeWssClientId
source§fn from(value: SlackSocketModeWssClientIdInit) -> Self
fn from(value: SlackSocketModeWssClientIdInit) -> Self
Converts to this type from the input type.