pub struct SagaHandles {
pub name: String,
}Expand description
Handles handed back after Topology::materialize.
Fields§
§name: StringAuto Trait Implementations§
impl Freeze for SagaHandles
impl RefUnwindSafe for SagaHandles
impl Send for SagaHandles
impl Sync for SagaHandles
impl Unpin for SagaHandles
impl UnsafeUnpin for SagaHandles
impl UnwindSafe for SagaHandles
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