pub struct ParserIndexValueFactsV0 {Show 26 fields
pub decl_names: Vec<String>,
pub decl_names_with_local_refs: Vec<String>,
pub decl_names_with_imported_refs: Vec<String>,
pub import_names: Vec<String>,
pub import_sources: Vec<String>,
pub import_alias_count: usize,
pub ref_names: Vec<String>,
pub local_ref_names: Vec<String>,
pub imported_ref_names: Vec<String>,
pub imported_ref_sources: Vec<String>,
pub declaration_ref_names: Vec<String>,
pub declaration_imported_ref_sources: Vec<String>,
pub value_decl_ref_names: Vec<String>,
pub value_decl_imported_ref_sources: Vec<String>,
pub selectors_with_refs_names: Vec<String>,
pub selectors_with_local_refs_names: Vec<String>,
pub selectors_with_imported_refs_names: Vec<String>,
pub selectors_with_refs_under_media_names: Vec<String>,
pub selectors_with_refs_under_supports_names: Vec<String>,
pub selectors_with_refs_under_layer_names: Vec<String>,
pub selectors_with_local_refs_under_media_names: Vec<String>,
pub selectors_with_local_refs_under_supports_names: Vec<String>,
pub selectors_with_local_refs_under_layer_names: Vec<String>,
pub selectors_with_imported_refs_under_media_names: Vec<String>,
pub selectors_with_imported_refs_under_supports_names: Vec<String>,
pub selectors_with_imported_refs_under_layer_names: Vec<String>,
}Fields§
§decl_names: Vec<String>§decl_names_with_local_refs: Vec<String>§decl_names_with_imported_refs: Vec<String>§import_names: Vec<String>§import_sources: Vec<String>§import_alias_count: usize§ref_names: Vec<String>§local_ref_names: Vec<String>§imported_ref_names: Vec<String>§imported_ref_sources: Vec<String>§declaration_ref_names: Vec<String>§declaration_imported_ref_sources: Vec<String>§value_decl_ref_names: Vec<String>§value_decl_imported_ref_sources: Vec<String>§selectors_with_refs_names: Vec<String>§selectors_with_local_refs_names: Vec<String>§selectors_with_imported_refs_names: Vec<String>§selectors_with_refs_under_media_names: Vec<String>§selectors_with_refs_under_supports_names: Vec<String>§selectors_with_refs_under_layer_names: Vec<String>§selectors_with_local_refs_under_media_names: Vec<String>§selectors_with_local_refs_under_supports_names: Vec<String>§selectors_with_local_refs_under_layer_names: Vec<String>§selectors_with_imported_refs_under_media_names: Vec<String>§selectors_with_imported_refs_under_supports_names: Vec<String>§selectors_with_imported_refs_under_layer_names: Vec<String>Trait Implementations§
Source§impl Clone for ParserIndexValueFactsV0
impl Clone for ParserIndexValueFactsV0
Source§fn clone(&self) -> ParserIndexValueFactsV0
fn clone(&self) -> ParserIndexValueFactsV0
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 ParserIndexValueFactsV0
impl Debug for ParserIndexValueFactsV0
Source§impl Default for ParserIndexValueFactsV0
impl Default for ParserIndexValueFactsV0
Source§fn default() -> ParserIndexValueFactsV0
fn default() -> ParserIndexValueFactsV0
Returns the “default value” for a type. Read more
impl Eq for ParserIndexValueFactsV0
Source§impl PartialEq for ParserIndexValueFactsV0
impl PartialEq for ParserIndexValueFactsV0
Source§fn eq(&self, other: &ParserIndexValueFactsV0) -> bool
fn eq(&self, other: &ParserIndexValueFactsV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ParserIndexValueFactsV0
impl Serialize for ParserIndexValueFactsV0
impl StructuralPartialEq for ParserIndexValueFactsV0
Auto Trait Implementations§
impl Freeze for ParserIndexValueFactsV0
impl RefUnwindSafe for ParserIndexValueFactsV0
impl Send for ParserIndexValueFactsV0
impl Sync for ParserIndexValueFactsV0
impl Unpin for ParserIndexValueFactsV0
impl UnsafeUnpin for ParserIndexValueFactsV0
impl UnwindSafe for ParserIndexValueFactsV0
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.