pub struct HmacSigner;Expand description
HMAC-SHA256 API 签名器
对参数按字典序排序后拼接成 query string,再用 HMAC-SHA256 签名。
Implementations§
Source§impl HmacSigner
impl HmacSigner
Trait Implementations§
Source§impl ApiSigner for HmacSigner
impl ApiSigner for HmacSigner
Auto Trait Implementations§
impl Freeze for HmacSigner
impl RefUnwindSafe for HmacSigner
impl Send for HmacSigner
impl Sync for HmacSigner
impl Unpin for HmacSigner
impl UnsafeUnpin for HmacSigner
impl UnwindSafe for HmacSigner
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