pub struct ExecutionResponse { /* private fields */ }Expand description
Represents the successful outcome of command execution.
This type is returned when a command completes successfully, including state reconstruction, business rule validation, and atomic event persistence. The specific data included in this response is yet to be determined based on actual usage requirements.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecutionResponse
impl RefUnwindSafe for ExecutionResponse
impl Send for ExecutionResponse
impl Sync for ExecutionResponse
impl Unpin for ExecutionResponse
impl UnwindSafe for ExecutionResponse
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