pub struct StyleSemanticGraphSummaryV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub language: &'static str,
pub parser_facts: ParserBoundarySyntaxFactsV0,
pub semantic_facts: StyleSemanticFactsV0,
pub css_modules_semantics: CssModulesSemanticSummaryV0,
pub design_token_semantics: DesignTokenSemanticSummaryV0,
pub selector_identity_engine: SelectorIdentityEngineSummaryV0,
pub selector_reference_engine: SelectorReferenceEngineSummaryV0,
pub source_input_evidence: SourceInputPromotionEvidenceSummaryV0,
pub promotion_evidence: SemanticPromotionEvidenceSummaryV0,
pub lossless_cst_contract: LosslessCstContractV0,
}Fields§
§schema_version: &'static str§product: &'static str§language: &'static str§parser_facts: ParserBoundarySyntaxFactsV0§semantic_facts: StyleSemanticFactsV0§css_modules_semantics: CssModulesSemanticSummaryV0§design_token_semantics: DesignTokenSemanticSummaryV0§selector_identity_engine: SelectorIdentityEngineSummaryV0§selector_reference_engine: SelectorReferenceEngineSummaryV0§source_input_evidence: SourceInputPromotionEvidenceSummaryV0§promotion_evidence: SemanticPromotionEvidenceSummaryV0§lossless_cst_contract: LosslessCstContractV0Trait Implementations§
Source§impl Clone for StyleSemanticGraphSummaryV0
impl Clone for StyleSemanticGraphSummaryV0
Source§fn clone(&self) -> StyleSemanticGraphSummaryV0
fn clone(&self) -> StyleSemanticGraphSummaryV0
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 StyleSemanticGraphSummaryV0
impl Debug for StyleSemanticGraphSummaryV0
impl Eq for StyleSemanticGraphSummaryV0
Source§impl PartialEq for StyleSemanticGraphSummaryV0
impl PartialEq for StyleSemanticGraphSummaryV0
Source§fn eq(&self, other: &StyleSemanticGraphSummaryV0) -> bool
fn eq(&self, other: &StyleSemanticGraphSummaryV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StyleSemanticGraphSummaryV0
Auto Trait Implementations§
impl Freeze for StyleSemanticGraphSummaryV0
impl RefUnwindSafe for StyleSemanticGraphSummaryV0
impl Send for StyleSemanticGraphSummaryV0
impl Sync for StyleSemanticGraphSummaryV0
impl Unpin for StyleSemanticGraphSummaryV0
impl UnsafeUnpin for StyleSemanticGraphSummaryV0
impl UnwindSafe for StyleSemanticGraphSummaryV0
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.