pub struct HideSpentNonces(/* private fields */);Expand description
The verifier’s record of answered challenges. Replay can only be detected by the verifier, so this must outlive a single request.
Auto Trait Implementations§
impl Freeze for HideSpentNonces
impl RefUnwindSafe for HideSpentNonces
impl Send for HideSpentNonces
impl Sync for HideSpentNonces
impl Unpin for HideSpentNonces
impl UnsafeUnpin for HideSpentNonces
impl UnwindSafe for HideSpentNonces
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