pub struct OutboxService<W, S> { /* private fields */ }Implementations§
Source§impl<W, S> OutboxService<W, S>where
W: OutboxWriter + Send + Sync + 'static,
S: IdempotencyStorageProvider + Send + Sync + 'static,
impl<W, S> OutboxService<W, S>where
W: OutboxWriter + Send + Sync + 'static,
S: IdempotencyStorageProvider + Send + Sync + 'static,
Auto Trait Implementations§
impl<W, S> Freeze for OutboxService<W, S>
impl<W, S> RefUnwindSafe for OutboxService<W, S>where
W: RefUnwindSafe,
S: RefUnwindSafe,
impl<W, S> Send for OutboxService<W, S>
impl<W, S> Sync for OutboxService<W, S>
impl<W, S> Unpin for OutboxService<W, S>
impl<W, S> UnsafeUnpin for OutboxService<W, S>where
W: UnsafeUnpin,
S: UnsafeUnpin,
impl<W, S> UnwindSafe for OutboxService<W, S>where
W: UnwindSafe,
S: UnwindSafe,
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