pub struct ParserParityLiteSummaryV0 {
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: AtRuleKindCountsV0,
pub declaration_kind_counts: DeclarationKindCountsV0,
}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: AtRuleKindCountsV0§declaration_kind_counts: DeclarationKindCountsV0Trait Implementations§
Source§impl Clone for ParserParityLiteSummaryV0
impl Clone for ParserParityLiteSummaryV0
Source§fn clone(&self) -> ParserParityLiteSummaryV0
fn clone(&self) -> ParserParityLiteSummaryV0
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 ParserParityLiteSummaryV0
impl Debug for ParserParityLiteSummaryV0
impl Eq for ParserParityLiteSummaryV0
impl StructuralPartialEq for ParserParityLiteSummaryV0
Auto Trait Implementations§
impl Freeze for ParserParityLiteSummaryV0
impl RefUnwindSafe for ParserParityLiteSummaryV0
impl Send for ParserParityLiteSummaryV0
impl Sync for ParserParityLiteSummaryV0
impl Unpin for ParserParityLiteSummaryV0
impl UnsafeUnpin for ParserParityLiteSummaryV0
impl UnwindSafe for ParserParityLiteSummaryV0
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