pub struct IncrementalInvalidationPriorityPlanV0 {Show 13 fields
pub schema_version: &'static str,
pub product: &'static str,
pub feature_gate: &'static str,
pub claim_level: &'static str,
pub theorem_claimed: bool,
pub public_safety_claim_ready: bool,
pub calibration_stage: &'static str,
pub weight_profile: &'static str,
pub metric_input_count: usize,
pub dirty_node_count: usize,
pub metric_consumed_count: usize,
pub prioritized_dirty_node_ids: Vec<String>,
pub entries: Vec<IncrementalInvalidationPriorityEntryV0>,
}Fields§
§schema_version: &'static str§product: &'static str§feature_gate: &'static str§claim_level: &'static str§theorem_claimed: bool§public_safety_claim_ready: bool§calibration_stage: &'static str§weight_profile: &'static str§metric_input_count: usize§dirty_node_count: usize§metric_consumed_count: usize§prioritized_dirty_node_ids: Vec<String>§entries: Vec<IncrementalInvalidationPriorityEntryV0>Implementations§
Source§impl IncrementalInvalidationPriorityPlanV0
impl IncrementalInvalidationPriorityPlanV0
pub fn evidence_node_key(&self) -> EvidenceNodeKeyV0
pub fn evidence_node_seed(&self) -> EvidenceNodeSeedV0
pub fn evidence_demand_edge(&self) -> EvidenceDemandEdgeV0
Trait Implementations§
Source§impl Clone for IncrementalInvalidationPriorityPlanV0
impl Clone for IncrementalInvalidationPriorityPlanV0
Source§fn clone(&self) -> IncrementalInvalidationPriorityPlanV0
fn clone(&self) -> IncrementalInvalidationPriorityPlanV0
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 Eq for IncrementalInvalidationPriorityPlanV0
Source§impl Serialize for IncrementalInvalidationPriorityPlanV0
impl Serialize for IncrementalInvalidationPriorityPlanV0
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for IncrementalInvalidationPriorityPlanV0
Auto Trait Implementations§
impl Freeze for IncrementalInvalidationPriorityPlanV0
impl RefUnwindSafe for IncrementalInvalidationPriorityPlanV0
impl Send for IncrementalInvalidationPriorityPlanV0
impl Sync for IncrementalInvalidationPriorityPlanV0
impl Unpin for IncrementalInvalidationPriorityPlanV0
impl UnsafeUnpin for IncrementalInvalidationPriorityPlanV0
impl UnwindSafe for IncrementalInvalidationPriorityPlanV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.