pub struct SourceInputPromotionEvidenceSummaryV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub input_version: String,
pub reference_site_identity: ReferenceSiteIdentityEvidenceV0,
pub certainty_reason: CertaintyReasonEvidenceV0,
pub binding_origin: BindingOriginEvidenceV0,
pub style_module_edge: StyleModuleEdgeEvidenceV0,
pub value_domain_explanation: ValueDomainExplanationEvidenceV0,
pub blocking_gaps: Vec<&'static str>,
pub next_priorities: Vec<&'static str>,
}Fields§
§schema_version: &'static str§product: &'static str§input_version: String§reference_site_identity: ReferenceSiteIdentityEvidenceV0§certainty_reason: CertaintyReasonEvidenceV0§binding_origin: BindingOriginEvidenceV0§style_module_edge: StyleModuleEdgeEvidenceV0§value_domain_explanation: ValueDomainExplanationEvidenceV0§blocking_gaps: Vec<&'static str>§next_priorities: Vec<&'static str>Trait Implementations§
Source§impl Clone for SourceInputPromotionEvidenceSummaryV0
impl Clone for SourceInputPromotionEvidenceSummaryV0
Source§fn clone(&self) -> SourceInputPromotionEvidenceSummaryV0
fn clone(&self) -> SourceInputPromotionEvidenceSummaryV0
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for SourceInputPromotionEvidenceSummaryV0
impl PartialEq for SourceInputPromotionEvidenceSummaryV0
Source§fn eq(&self, other: &SourceInputPromotionEvidenceSummaryV0) -> bool
fn eq(&self, other: &SourceInputPromotionEvidenceSummaryV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SourceInputPromotionEvidenceSummaryV0
impl StructuralPartialEq for SourceInputPromotionEvidenceSummaryV0
Auto Trait Implementations§
impl Freeze for SourceInputPromotionEvidenceSummaryV0
impl RefUnwindSafe for SourceInputPromotionEvidenceSummaryV0
impl Send for SourceInputPromotionEvidenceSummaryV0
impl Sync for SourceInputPromotionEvidenceSummaryV0
impl Unpin for SourceInputPromotionEvidenceSummaryV0
impl UnsafeUnpin for SourceInputPromotionEvidenceSummaryV0
impl UnwindSafe for SourceInputPromotionEvidenceSummaryV0
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