pub struct RequestSigner { /* private fields */ }Expand description
Request signing for replay attack prevention
Implementations§
Source§impl RequestSigner
impl RequestSigner
Auto Trait Implementations§
impl Freeze for RequestSigner
impl RefUnwindSafe for RequestSigner
impl Send for RequestSigner
impl Sync for RequestSigner
impl Unpin for RequestSigner
impl UnwindSafe for RequestSigner
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