pub struct SagaAuditLog { /* private fields */ }Expand description
Audit log tracking all step executions in a saga.
Implementations§
Trait Implementations§
Source§impl Debug for SagaAuditLog
impl Debug for SagaAuditLog
Source§impl Default for SagaAuditLog
impl Default for SagaAuditLog
Source§fn default() -> SagaAuditLog
fn default() -> SagaAuditLog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SagaAuditLog
impl RefUnwindSafe for SagaAuditLog
impl Send for SagaAuditLog
impl Sync for SagaAuditLog
impl Unpin for SagaAuditLog
impl UnsafeUnpin for SagaAuditLog
impl UnwindSafe for SagaAuditLog
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