pub struct ParsedSassPlaceholderDefinitionFact {
pub name: String,
pub range: TextRange,
pub is_top_level: bool,
}Fields§
§name: String§range: TextRange§is_top_level: boolTrait Implementations§
Source§impl Clone for ParsedSassPlaceholderDefinitionFact
impl Clone for ParsedSassPlaceholderDefinitionFact
Source§fn clone(&self) -> ParsedSassPlaceholderDefinitionFact
fn clone(&self) -> ParsedSassPlaceholderDefinitionFact
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 ParsedSassPlaceholderDefinitionFact
impl StructuralPartialEq for ParsedSassPlaceholderDefinitionFact
Auto Trait Implementations§
impl Freeze for ParsedSassPlaceholderDefinitionFact
impl RefUnwindSafe for ParsedSassPlaceholderDefinitionFact
impl Send for ParsedSassPlaceholderDefinitionFact
impl Sync for ParsedSassPlaceholderDefinitionFact
impl Unpin for ParsedSassPlaceholderDefinitionFact
impl UnsafeUnpin for ParsedSassPlaceholderDefinitionFact
impl UnwindSafe for ParsedSassPlaceholderDefinitionFact
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.