pub enum Profile {
Github,
Stripe,
Slack,
Raw,
}Variants§
Github
X-Hub-Signature-256: sha256=<hex> over the raw body.
Stripe
Stripe-Signature: t=<ts>,v1=<hex> over "{ts}.{body}".
Slack
X-Slack-Signature: v0=<hex> over "v0:{ts}:{body}".
Raw
The raw body, header spelling left to the caller.
Implementations§
Trait Implementations§
impl Copy for Profile
impl Eq for Profile
impl StructuralPartialEq for Profile
Auto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnsafeUnpin for Profile
impl UnwindSafe for Profile
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