#[non_exhaustive]pub struct GuardedCascadeRobustnessRadiusV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub baseline_winner_declaration_id: u32,
pub radius: GuardedCascadeRobustnessRadiusValueV0,
pub witness: Vec<GuardedCascadePerturbationV0>,
pub evaluated_perturbation_set_count: usize,
pub verified_below_radius_perturbation_set_count: usize,
pub excluded_unrealisable_assignment_count: usize,
pub realisability: GuardedCascadeRealisabilityModelV0,
pub calibration_stage: &'static str,
pub public_safety_claim_ready: bool,
pub min_plus_duplication_reason: &'static str,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.schema_version: &'static str§product: &'static str§baseline_winner_declaration_id: u32§radius: GuardedCascadeRobustnessRadiusValueV0§witness: Vec<GuardedCascadePerturbationV0>§evaluated_perturbation_set_count: usize§verified_below_radius_perturbation_set_count: usize§excluded_unrealisable_assignment_count: usize§realisability: GuardedCascadeRealisabilityModelV0§calibration_stage: &'static str§public_safety_claim_ready: bool§min_plus_duplication_reason: &'static strTrait Implementations§
Source§impl Clone for GuardedCascadeRobustnessRadiusV0
impl Clone for GuardedCascadeRobustnessRadiusV0
Source§fn clone(&self) -> GuardedCascadeRobustnessRadiusV0
fn clone(&self) -> GuardedCascadeRobustnessRadiusV0
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 GuardedCascadeRobustnessRadiusV0
impl StructuralPartialEq for GuardedCascadeRobustnessRadiusV0
Auto Trait Implementations§
impl Freeze for GuardedCascadeRobustnessRadiusV0
impl RefUnwindSafe for GuardedCascadeRobustnessRadiusV0
impl Send for GuardedCascadeRobustnessRadiusV0
impl Sync for GuardedCascadeRobustnessRadiusV0
impl Unpin for GuardedCascadeRobustnessRadiusV0
impl UnsafeUnpin for GuardedCascadeRobustnessRadiusV0
impl UnwindSafe for GuardedCascadeRobustnessRadiusV0
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§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.