pub struct SlackEventWrongSignatureErrorInit {
pub body_len: usize,
pub ts: String,
pub received_hash: String,
pub generated_hash: String,
}Fields§
§body_len: usize§ts: String§received_hash: String§generated_hash: StringTrait Implementations§
source§impl From<SlackEventWrongSignatureErrorInit> for SlackEventWrongSignatureError
impl From<SlackEventWrongSignatureErrorInit> for SlackEventWrongSignatureError
source§fn from(value: SlackEventWrongSignatureErrorInit) -> Self
fn from(value: SlackEventWrongSignatureErrorInit) -> Self
Converts to this type from the input type.