pub enum PreparedShapeFinalizationOutcome {
AlreadyFinalized,
GeneratedFallback,
}Expand description
PreparedShapeFinalizationOutcome
Stable executor authority outcome buckets for prepared static execution-planning contract finalization. These counters show whether executor lowering preserved an already-frozen schema-selected shape or applied the generated-model fallback.
Variants§
Trait Implementations§
Source§impl Clone for PreparedShapeFinalizationOutcome
impl Clone for PreparedShapeFinalizationOutcome
Source§fn clone(&self) -> PreparedShapeFinalizationOutcome
fn clone(&self) -> PreparedShapeFinalizationOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PreparedShapeFinalizationOutcome
impl Eq for PreparedShapeFinalizationOutcome
Source§impl PartialEq for PreparedShapeFinalizationOutcome
impl PartialEq for PreparedShapeFinalizationOutcome
Source§fn eq(&self, other: &PreparedShapeFinalizationOutcome) -> bool
fn eq(&self, other: &PreparedShapeFinalizationOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreparedShapeFinalizationOutcome
Auto Trait Implementations§
impl Freeze for PreparedShapeFinalizationOutcome
impl RefUnwindSafe for PreparedShapeFinalizationOutcome
impl Send for PreparedShapeFinalizationOutcome
impl Sync for PreparedShapeFinalizationOutcome
impl Unpin for PreparedShapeFinalizationOutcome
impl UnsafeUnpin for PreparedShapeFinalizationOutcome
impl UnwindSafe for PreparedShapeFinalizationOutcome
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