pub struct OutboxPattern<E>(/* private fields */);Expand description
Public, zero-sized handle to the outbox pattern.
Implementations§
Source§impl<E: Clone + Send + 'static> OutboxPattern<E>
impl<E: Clone + Send + 'static> OutboxPattern<E>
pub fn builder() -> OutboxBuilder<E>
Auto Trait Implementations§
impl<E> Freeze for OutboxPattern<E>
impl<E> RefUnwindSafe for OutboxPattern<E>where
E: RefUnwindSafe,
impl<E> Send for OutboxPattern<E>where
E: Send,
impl<E> Sync for OutboxPattern<E>where
E: Sync,
impl<E> Unpin for OutboxPattern<E>where
E: Unpin,
impl<E> UnsafeUnpin for OutboxPattern<E>
impl<E> UnwindSafe for OutboxPattern<E>where
E: 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