pub struct AckResult {
pub receipt: String,
pub confirmed: bool,
}Fields§
§receipt: String§confirmed: boolTrue requires positive evidence for this exact receipt. False preserves an uncertain/retry outcome; it does not undo the durable task handoff.
Trait Implementations§
impl Eq for AckResult
impl StructuralPartialEq for AckResult
Auto Trait Implementations§
impl Freeze for AckResult
impl RefUnwindSafe for AckResult
impl Send for AckResult
impl Sync for AckResult
impl Unpin for AckResult
impl UnsafeUnpin for AckResult
impl UnwindSafe for AckResult
Blanket Implementations§
impl<T> ArtifactLease for T
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