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