pub struct ParserSassSyntaxFactsV0 {
pub variable_decl_names: Vec<String>,
pub variable_parameter_names: Vec<String>,
pub variable_ref_names: Vec<String>,
pub mixin_decl_names: Vec<String>,
pub mixin_include_names: Vec<String>,
pub function_decl_names: Vec<String>,
pub function_call_names: Vec<String>,
pub module_use_sources: Vec<String>,
pub module_use_edges: Vec<ParserIndexSassModuleUseFactV0>,
pub module_forward_sources: Vec<String>,
pub module_import_sources: Vec<String>,
}Fields§
§variable_decl_names: Vec<String>§variable_parameter_names: Vec<String>§variable_ref_names: Vec<String>§mixin_decl_names: Vec<String>§mixin_include_names: Vec<String>§function_decl_names: Vec<String>§function_call_names: Vec<String>§module_use_sources: Vec<String>§module_use_edges: Vec<ParserIndexSassModuleUseFactV0>§module_forward_sources: Vec<String>§module_import_sources: Vec<String>Trait Implementations§
Source§impl Clone for ParserSassSyntaxFactsV0
impl Clone for ParserSassSyntaxFactsV0
Source§fn clone(&self) -> ParserSassSyntaxFactsV0
fn clone(&self) -> ParserSassSyntaxFactsV0
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 ParserSassSyntaxFactsV0
impl Debug for ParserSassSyntaxFactsV0
impl Eq for ParserSassSyntaxFactsV0
Source§impl PartialEq for ParserSassSyntaxFactsV0
impl PartialEq for ParserSassSyntaxFactsV0
Source§fn eq(&self, other: &ParserSassSyntaxFactsV0) -> bool
fn eq(&self, other: &ParserSassSyntaxFactsV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ParserSassSyntaxFactsV0
impl Serialize for ParserSassSyntaxFactsV0
impl StructuralPartialEq for ParserSassSyntaxFactsV0
Auto Trait Implementations§
impl Freeze for ParserSassSyntaxFactsV0
impl RefUnwindSafe for ParserSassSyntaxFactsV0
impl Send for ParserSassSyntaxFactsV0
impl Sync for ParserSassSyntaxFactsV0
impl Unpin for ParserSassSyntaxFactsV0
impl UnsafeUnpin for ParserSassSyntaxFactsV0
impl UnwindSafe for ParserSassSyntaxFactsV0
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.