pub struct InMemoryIdempotencyStore { /* private fields */ }Expand description
In-memory idempotency store. Thread-safe via Mutex.
Trait Implementations§
Source§impl Default for InMemoryIdempotencyStore
impl Default for InMemoryIdempotencyStore
Source§fn default() -> InMemoryIdempotencyStore
fn default() -> InMemoryIdempotencyStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InMemoryIdempotencyStore
impl RefUnwindSafe for InMemoryIdempotencyStore
impl Send for InMemoryIdempotencyStore
impl Sync for InMemoryIdempotencyStore
impl Unpin for InMemoryIdempotencyStore
impl UnsafeUnpin for InMemoryIdempotencyStore
impl UnwindSafe for InMemoryIdempotencyStore
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