[−][src]Struct symbolic_sourcemap::TokenMatch
A matched token.
Fields
src_line: u32The line number in the original source file.
src_col: u32The column number in the original source file.
dst_line: u32The column number in the minifid source file.
dst_col: u32The column number in the minified source file.
src_id: u32The source ID of the token.
name: Option<&'a str>The token name, if present.
src: Option<&'a str>The source.
function_name: Option<String>The name of the function containing the token.
Trait Implementations
impl<'a> Debug for TokenMatch<'a>[src]
impl<'a> Default for TokenMatch<'a>[src]
fn default() -> TokenMatch<'a>[src]
impl<'a> PartialEq<TokenMatch<'a>> for TokenMatch<'a>[src]
fn eq(&self, other: &TokenMatch<'a>) -> bool[src]
fn ne(&self, other: &TokenMatch<'a>) -> bool[src]
impl<'a> StructuralPartialEq for TokenMatch<'a>[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for TokenMatch<'a>
impl<'a> Send for TokenMatch<'a>
impl<'a> Sync for TokenMatch<'a>
impl<'a> Unpin for TokenMatch<'a>
impl<'a> UnwindSafe for TokenMatch<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,