pub struct OmenaParserParityLiteSummaryV0 {
pub schema_version: &'static str,
pub language: &'static str,
pub selector_names: Vec<String>,
pub keyframes_names: Vec<String>,
pub value_decl_names: Vec<String>,
pub diagnostic_count: usize,
pub rule_count: usize,
pub declaration_count: usize,
pub grouped_selector_count: usize,
pub max_nesting_depth: usize,
pub at_rule_kind_counts: OmenaParserAtRuleKindCountsV0,
pub declaration_kind_counts: OmenaParserDeclarationKindCountsV0,
}Fields§
§schema_version: &'static str§language: &'static str§selector_names: Vec<String>§keyframes_names: Vec<String>§value_decl_names: Vec<String>§diagnostic_count: usize§rule_count: usize§declaration_count: usize§grouped_selector_count: usize§max_nesting_depth: usize§at_rule_kind_counts: OmenaParserAtRuleKindCountsV0§declaration_kind_counts: OmenaParserDeclarationKindCountsV0Trait Implementations§
Source§impl Clone for OmenaParserParityLiteSummaryV0
impl Clone for OmenaParserParityLiteSummaryV0
Source§fn clone(&self) -> OmenaParserParityLiteSummaryV0
fn clone(&self) -> OmenaParserParityLiteSummaryV0
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 moreimpl Eq for OmenaParserParityLiteSummaryV0
Source§impl PartialEq for OmenaParserParityLiteSummaryV0
impl PartialEq for OmenaParserParityLiteSummaryV0
Source§fn eq(&self, other: &OmenaParserParityLiteSummaryV0) -> bool
fn eq(&self, other: &OmenaParserParityLiteSummaryV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OmenaParserParityLiteSummaryV0
Auto Trait Implementations§
impl Freeze for OmenaParserParityLiteSummaryV0
impl RefUnwindSafe for OmenaParserParityLiteSummaryV0
impl Send for OmenaParserParityLiteSummaryV0
impl Sync for OmenaParserParityLiteSummaryV0
impl Unpin for OmenaParserParityLiteSummaryV0
impl UnsafeUnpin for OmenaParserParityLiteSummaryV0
impl UnwindSafe for OmenaParserParityLiteSummaryV0
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.