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