pub struct ParserIndexSassSelectorSymbolFactV0 {
pub selector_name: String,
pub symbol_kind: &'static str,
pub name: String,
pub role: &'static str,
pub resolution: &'static str,
pub byte_span: ParserByteSpanV0,
pub range: ParserRangeV0,
}Fields§
§selector_name: String§symbol_kind: &'static str§name: String§role: &'static str§resolution: &'static str§byte_span: ParserByteSpanV0§range: ParserRangeV0Trait Implementations§
Source§impl Clone for ParserIndexSassSelectorSymbolFactV0
impl Clone for ParserIndexSassSelectorSymbolFactV0
Source§fn clone(&self) -> ParserIndexSassSelectorSymbolFactV0
fn clone(&self) -> ParserIndexSassSelectorSymbolFactV0
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 Ord for ParserIndexSassSelectorSymbolFactV0
impl Ord for ParserIndexSassSelectorSymbolFactV0
Source§fn cmp(&self, other: &ParserIndexSassSelectorSymbolFactV0) -> Ordering
fn cmp(&self, other: &ParserIndexSassSelectorSymbolFactV0) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ParserIndexSassSelectorSymbolFactV0
impl PartialEq for ParserIndexSassSelectorSymbolFactV0
Source§fn eq(&self, other: &ParserIndexSassSelectorSymbolFactV0) -> bool
fn eq(&self, other: &ParserIndexSassSelectorSymbolFactV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ParserIndexSassSelectorSymbolFactV0
impl PartialOrd for ParserIndexSassSelectorSymbolFactV0
impl Eq for ParserIndexSassSelectorSymbolFactV0
impl StructuralPartialEq for ParserIndexSassSelectorSymbolFactV0
Auto Trait Implementations§
impl Freeze for ParserIndexSassSelectorSymbolFactV0
impl RefUnwindSafe for ParserIndexSassSelectorSymbolFactV0
impl Send for ParserIndexSassSelectorSymbolFactV0
impl Sync for ParserIndexSassSelectorSymbolFactV0
impl Unpin for ParserIndexSassSelectorSymbolFactV0
impl UnsafeUnpin for ParserIndexSassSelectorSymbolFactV0
impl UnwindSafe for ParserIndexSassSelectorSymbolFactV0
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