pub struct InMemoryIdempotencyRegistry { /* private fields */ }Expand description
In-memory idempotency registry.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for InMemoryIdempotencyRegistry
impl RefUnwindSafe for InMemoryIdempotencyRegistry
impl Send for InMemoryIdempotencyRegistry
impl Sync for InMemoryIdempotencyRegistry
impl Unpin for InMemoryIdempotencyRegistry
impl UnsafeUnpin for InMemoryIdempotencyRegistry
impl UnwindSafe for InMemoryIdempotencyRegistry
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