pub struct DefaultSM;
Expand description
The HMAC-SHA1
signature method.
Trait Implementations§
Source§impl SignatureMethod for HmacSha1
impl SignatureMethod for HmacSha1
Source§type Sign = HmacSha1Sign
type Sign = HmacSha1Sign
The algorithm used by this signature method to sign a signature base string.
impl Copy for HmacSha1
Auto Trait Implementations§
impl Freeze for HmacSha1
impl RefUnwindSafe for HmacSha1
impl Send for HmacSha1
impl Sync for HmacSha1
impl Unpin for HmacSha1
impl UnwindSafe for HmacSha1
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