pub struct SagaPattern<S>(/* private fields */);Expand description
Public, zero-sized handle for the saga pattern.
Implementations§
Auto Trait Implementations§
impl<S> Freeze for SagaPattern<S>
impl<S> RefUnwindSafe for SagaPattern<S>where
S: RefUnwindSafe,
impl<S> Send for SagaPattern<S>where
S: Send,
impl<S> Sync for SagaPattern<S>where
S: Sync,
impl<S> Unpin for SagaPattern<S>where
S: Unpin,
impl<S> UnsafeUnpin for SagaPattern<S>
impl<S> UnwindSafe for SagaPattern<S>where
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