pub struct ParserIndexSassSymbolDeclFactV0 {
pub symbol_kind: &'static str,
pub name: String,
pub role: &'static str,
pub byte_span: ParserByteSpanV0,
pub range: ParserRangeV0,
}Fields§
§symbol_kind: &'static str§name: String§role: &'static str§byte_span: ParserByteSpanV0§range: ParserRangeV0Trait Implementations§
Source§impl Clone for ParserIndexSassSymbolDeclFactV0
impl Clone for ParserIndexSassSymbolDeclFactV0
Source§fn clone(&self) -> ParserIndexSassSymbolDeclFactV0
fn clone(&self) -> ParserIndexSassSymbolDeclFactV0
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 ParserIndexSassSymbolDeclFactV0
Source§impl Ord for ParserIndexSassSymbolDeclFactV0
impl Ord for ParserIndexSassSymbolDeclFactV0
Source§fn cmp(&self, other: &ParserIndexSassSymbolDeclFactV0) -> Ordering
fn cmp(&self, other: &ParserIndexSassSymbolDeclFactV0) -> 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 PartialOrd for ParserIndexSassSymbolDeclFactV0
impl PartialOrd for ParserIndexSassSymbolDeclFactV0
impl StructuralPartialEq for ParserIndexSassSymbolDeclFactV0
Auto Trait Implementations§
impl Freeze for ParserIndexSassSymbolDeclFactV0
impl RefUnwindSafe for ParserIndexSassSymbolDeclFactV0
impl Send for ParserIndexSassSymbolDeclFactV0
impl Sync for ParserIndexSassSymbolDeclFactV0
impl Unpin for ParserIndexSassSymbolDeclFactV0
impl UnsafeUnpin for ParserIndexSassSymbolDeclFactV0
impl UnwindSafe for ParserIndexSassSymbolDeclFactV0
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