pub struct SlackVerifier { /* private fields */ }Expand description
Verifies raw request bodies are signed by Slack’s secret. An alternative if it is inconvenient/impossible to use SlackHTTPVerifier
Implementations§
Source§impl SlackVerifier
impl SlackVerifier
Trait Implementations§
Source§impl Clone for SlackVerifier
impl Clone for SlackVerifier
Source§fn clone(&self) -> SlackVerifier
fn clone(&self) -> SlackVerifier
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SlackVerifier
impl Debug for SlackVerifier
impl Send for SlackVerifier
impl Sync for SlackVerifier
Auto Trait Implementations§
impl Freeze for SlackVerifier
impl RefUnwindSafe for SlackVerifier
impl Unpin for SlackVerifier
impl UnwindSafe for SlackVerifier
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more