pub enum RecordExecutionIntentOutcome {
RecordedFirst,
RecordedAdditional,
AlreadyRecorded,
}Expand description
Whether recording an intent opened or revisited an operation root.
Variants§
Trait Implementations§
Source§impl Clone for RecordExecutionIntentOutcome
impl Clone for RecordExecutionIntentOutcome
impl Copy for RecordExecutionIntentOutcome
Source§impl Debug for RecordExecutionIntentOutcome
impl Debug for RecordExecutionIntentOutcome
impl Eq for RecordExecutionIntentOutcome
impl StructuralPartialEq for RecordExecutionIntentOutcome
Auto Trait Implementations§
impl Freeze for RecordExecutionIntentOutcome
impl RefUnwindSafe for RecordExecutionIntentOutcome
impl Send for RecordExecutionIntentOutcome
impl Sync for RecordExecutionIntentOutcome
impl Unpin for RecordExecutionIntentOutcome
impl UnsafeUnpin for RecordExecutionIntentOutcome
impl UnwindSafe for RecordExecutionIntentOutcome
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