pub struct NonceCache { /* private fields */ }Expand description
Nonce cache for replay protection.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for NonceCache
impl RefUnwindSafe for NonceCache
impl Send for NonceCache
impl Sync for NonceCache
impl Unpin for NonceCache
impl UnwindSafe for NonceCache
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