pub struct ParserIndexCustomPropertyFactsV0 {
pub decl_names: Vec<String>,
pub decl_facts: Vec<ParserIndexCustomPropertyDeclFactV0>,
pub decl_context_selectors: Vec<String>,
pub decl_names_under_media: Vec<String>,
pub decl_names_under_supports: Vec<String>,
pub decl_names_under_layer: Vec<String>,
pub ref_names: Vec<String>,
pub ref_facts: Vec<ParserIndexCustomPropertyRefFactV0>,
pub selectors_with_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>,
}Fields§
§decl_names: Vec<String>§decl_facts: Vec<ParserIndexCustomPropertyDeclFactV0>§decl_context_selectors: Vec<String>§decl_names_under_media: Vec<String>§decl_names_under_supports: Vec<String>§decl_names_under_layer: Vec<String>§ref_names: Vec<String>§ref_facts: Vec<ParserIndexCustomPropertyRefFactV0>§selectors_with_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>Trait Implementations§
Source§impl Clone for ParserIndexCustomPropertyFactsV0
impl Clone for ParserIndexCustomPropertyFactsV0
Source§fn clone(&self) -> ParserIndexCustomPropertyFactsV0
fn clone(&self) -> ParserIndexCustomPropertyFactsV0
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 Default for ParserIndexCustomPropertyFactsV0
impl Default for ParserIndexCustomPropertyFactsV0
Source§fn default() -> ParserIndexCustomPropertyFactsV0
fn default() -> ParserIndexCustomPropertyFactsV0
Returns the “default value” for a type. Read more
impl Eq for ParserIndexCustomPropertyFactsV0
Source§impl PartialEq for ParserIndexCustomPropertyFactsV0
impl PartialEq for ParserIndexCustomPropertyFactsV0
Source§fn eq(&self, other: &ParserIndexCustomPropertyFactsV0) -> bool
fn eq(&self, other: &ParserIndexCustomPropertyFactsV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParserIndexCustomPropertyFactsV0
Auto Trait Implementations§
impl Freeze for ParserIndexCustomPropertyFactsV0
impl RefUnwindSafe for ParserIndexCustomPropertyFactsV0
impl Send for ParserIndexCustomPropertyFactsV0
impl Sync for ParserIndexCustomPropertyFactsV0
impl Unpin for ParserIndexCustomPropertyFactsV0
impl UnsafeUnpin for ParserIndexCustomPropertyFactsV0
impl UnwindSafe for ParserIndexCustomPropertyFactsV0
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.