pub struct CascadeMarginSchemaV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub margin_kind: &'static str,
pub axis_order: Vec<&'static str>,
pub calibration_stage: &'static str,
pub public_safety_claim_ready: bool,
}Fields§
§schema_version: &'static str§product: &'static str§margin_kind: &'static str§axis_order: Vec<&'static str>§calibration_stage: &'static str§public_safety_claim_ready: boolTrait Implementations§
Source§impl Clone for CascadeMarginSchemaV0
impl Clone for CascadeMarginSchemaV0
Source§fn clone(&self) -> CascadeMarginSchemaV0
fn clone(&self) -> CascadeMarginSchemaV0
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 moreSource§impl Debug for CascadeMarginSchemaV0
impl Debug for CascadeMarginSchemaV0
impl Eq for CascadeMarginSchemaV0
Source§impl PartialEq for CascadeMarginSchemaV0
impl PartialEq for CascadeMarginSchemaV0
Source§fn eq(&self, other: &CascadeMarginSchemaV0) -> bool
fn eq(&self, other: &CascadeMarginSchemaV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CascadeMarginSchemaV0
impl Serialize for CascadeMarginSchemaV0
impl StructuralPartialEq for CascadeMarginSchemaV0
Auto Trait Implementations§
impl Freeze for CascadeMarginSchemaV0
impl RefUnwindSafe for CascadeMarginSchemaV0
impl Send for CascadeMarginSchemaV0
impl Sync for CascadeMarginSchemaV0
impl Unpin for CascadeMarginSchemaV0
impl UnsafeUnpin for CascadeMarginSchemaV0
impl UnwindSafe for CascadeMarginSchemaV0
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