pub struct UuidReplayCache { /* private fields */ }Expand description
UUID-based replay cache (16-byte keys)
Implementations§
Auto Trait Implementations§
impl Freeze for UuidReplayCache
impl !RefUnwindSafe for UuidReplayCache
impl Send for UuidReplayCache
impl Sync for UuidReplayCache
impl Unpin for UuidReplayCache
impl UnwindSafe for UuidReplayCache
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