pub struct ParserSemanticNameConsumptionSummaryV0 {Show 14 fields
pub product: &'static str,
pub dialect: StyleDialect,
pub semantic_name_count: usize,
pub interned_name_count: usize,
pub invalid_name_count: usize,
pub class_name_count: usize,
pub css_ident_count: usize,
pub property_name_count: usize,
pub selector_key_count: usize,
pub custom_property_name_count: usize,
pub keyframes_name_count: usize,
pub mixin_name_count: usize,
pub file_path_count: usize,
pub ready_surfaces: Vec<&'static str>,
}Fields§
§product: &'static str§dialect: StyleDialect§semantic_name_count: usize§interned_name_count: usize§invalid_name_count: usize§class_name_count: usize§css_ident_count: usize§property_name_count: usize§selector_key_count: usize§custom_property_name_count: usize§keyframes_name_count: usize§mixin_name_count: usize§file_path_count: usize§ready_surfaces: Vec<&'static str>Trait Implementations§
Source§impl Clone for ParserSemanticNameConsumptionSummaryV0
impl Clone for ParserSemanticNameConsumptionSummaryV0
Source§fn clone(&self) -> ParserSemanticNameConsumptionSummaryV0
fn clone(&self) -> ParserSemanticNameConsumptionSummaryV0
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 ParserSemanticNameConsumptionSummaryV0
Source§impl PartialEq for ParserSemanticNameConsumptionSummaryV0
impl PartialEq for ParserSemanticNameConsumptionSummaryV0
Source§fn eq(&self, other: &ParserSemanticNameConsumptionSummaryV0) -> bool
fn eq(&self, other: &ParserSemanticNameConsumptionSummaryV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParserSemanticNameConsumptionSummaryV0
Auto Trait Implementations§
impl Freeze for ParserSemanticNameConsumptionSummaryV0
impl RefUnwindSafe for ParserSemanticNameConsumptionSummaryV0
impl Send for ParserSemanticNameConsumptionSummaryV0
impl Sync for ParserSemanticNameConsumptionSummaryV0
impl Unpin for ParserSemanticNameConsumptionSummaryV0
impl UnsafeUnpin for ParserSemanticNameConsumptionSummaryV0
impl UnwindSafe for ParserSemanticNameConsumptionSummaryV0
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.