pub struct DesignTokenSemanticSummaryV0 {Show 16 fields
pub schema_version: &'static str,
pub product: &'static str,
pub status: &'static str,
pub resolution_scope: &'static str,
pub declaration_count: usize,
pub reference_count: usize,
pub resolved_reference_count: usize,
pub unresolved_reference_count: usize,
pub selectors_with_references_count: usize,
pub context_signal: DesignTokenContextSignalV0,
pub resolution_signal: DesignTokenResolutionSignalV0,
pub cascade_ranking_signal: DesignTokenCascadeRankingSignalV0,
pub declaration_candidates: Vec<DesignTokenDeclarationCandidateV0>,
pub capabilities: DesignTokenSemanticCapabilitiesV0,
pub blocking_gaps: Vec<&'static str>,
pub next_priorities: Vec<&'static str>,
}Fields§
§schema_version: &'static str§product: &'static str§status: &'static str§resolution_scope: &'static str§declaration_count: usize§reference_count: usize§resolved_reference_count: usize§unresolved_reference_count: usize§selectors_with_references_count: usize§context_signal: DesignTokenContextSignalV0§resolution_signal: DesignTokenResolutionSignalV0§cascade_ranking_signal: DesignTokenCascadeRankingSignalV0§declaration_candidates: Vec<DesignTokenDeclarationCandidateV0>§capabilities: DesignTokenSemanticCapabilitiesV0§blocking_gaps: Vec<&'static str>§next_priorities: Vec<&'static str>Trait Implementations§
Source§impl Clone for DesignTokenSemanticSummaryV0
impl Clone for DesignTokenSemanticSummaryV0
Source§fn clone(&self) -> DesignTokenSemanticSummaryV0
fn clone(&self) -> DesignTokenSemanticSummaryV0
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 DesignTokenSemanticSummaryV0
impl Debug for DesignTokenSemanticSummaryV0
impl Eq for DesignTokenSemanticSummaryV0
Source§impl PartialEq for DesignTokenSemanticSummaryV0
impl PartialEq for DesignTokenSemanticSummaryV0
Source§fn eq(&self, other: &DesignTokenSemanticSummaryV0) -> bool
fn eq(&self, other: &DesignTokenSemanticSummaryV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DesignTokenSemanticSummaryV0
Auto Trait Implementations§
impl Freeze for DesignTokenSemanticSummaryV0
impl RefUnwindSafe for DesignTokenSemanticSummaryV0
impl Send for DesignTokenSemanticSummaryV0
impl Sync for DesignTokenSemanticSummaryV0
impl Unpin for DesignTokenSemanticSummaryV0
impl UnsafeUnpin for DesignTokenSemanticSummaryV0
impl UnwindSafe for DesignTokenSemanticSummaryV0
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.