pub enum RecordExecutionReceiptOutcome {
Recorded,
AlreadyRecorded,
}Expand description
Idempotent result of inserting an immutable terminal receipt.
Variants§
Trait Implementations§
impl Copy for RecordExecutionReceiptOutcome
impl Eq for RecordExecutionReceiptOutcome
impl StructuralPartialEq for RecordExecutionReceiptOutcome
Auto Trait Implementations§
impl Freeze for RecordExecutionReceiptOutcome
impl RefUnwindSafe for RecordExecutionReceiptOutcome
impl Send for RecordExecutionReceiptOutcome
impl Sync for RecordExecutionReceiptOutcome
impl Unpin for RecordExecutionReceiptOutcome
impl UnsafeUnpin for RecordExecutionReceiptOutcome
impl UnwindSafe for RecordExecutionReceiptOutcome
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