Struct slack_morphism::signature_verifier::SlackEventWrongSignatureErrorInit [−][src]
pub struct SlackEventWrongSignatureErrorInit {
pub body_len: usize,
pub ts: String,
pub received_hash: String,
pub generated_hash: String,
}Fields
body_len: usizets: Stringreceived_hash: Stringgenerated_hash: StringTrait Implementations
Performs the conversion.