pub struct SlackClientSocketModeProtocolErrorInit {
pub message: String,
}Fields§
§message: StringTrait Implementations§
source§impl From<SlackClientSocketModeProtocolErrorInit> for SlackClientSocketModeProtocolError
impl From<SlackClientSocketModeProtocolErrorInit> for SlackClientSocketModeProtocolError
source§fn from(value: SlackClientSocketModeProtocolErrorInit) -> Self
fn from(value: SlackClientSocketModeProtocolErrorInit) -> Self
Converts to this type from the input type.