pub struct HmacSha1 { /* private fields */ }
Available on crate feature
hmac-sha1
only.Expand description
The HMAC-SHA1
signature method.
Implementations§
Trait Implementations§
Source§impl SignatureMethod for HmacSha1
impl SignatureMethod for HmacSha1
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