Trait swc_common::EqIgnoreSpan[][src]

pub trait EqIgnoreSpan {
    fn eq_ignore_span(&self, other: &Self) -> bool;
}

Derive with #[derive(EqIgnoreSpan)].

Required methods

fn eq_ignore_span(&self, other: &Self) -> bool[src]

Loading content...

Implementations on Foreign Types

impl<T> EqIgnoreSpan for Option<T> where
    T: EqIgnoreSpan
[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl<T> EqIgnoreSpan for Vec<T> where
    T: EqIgnoreSpan
[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for bool[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for usize[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for u8[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for u16[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for u32[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for u64[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for u128[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for isize[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for i8[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for i16[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for i32[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for i64[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for i128[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for f32[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for f64[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for char[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for str[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for String[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl<S: PartialEq> EqIgnoreSpan for Atom<S>[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl<N> EqIgnoreSpan for Box<N> where
    N: EqIgnoreSpan
[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl<N> EqIgnoreSpan for Arc<N> where
    N: EqIgnoreSpan
[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl<'a, N> EqIgnoreSpan for &'a N where
    N: EqIgnoreSpan
[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl<N> EqIgnoreSpan for RefCell<N> where
    N: EqIgnoreSpan
[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for BigInt[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

Loading content...

Implementors

impl EqIgnoreSpan for SyntaxContext[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for BytePos[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

impl EqIgnoreSpan for Span[src]

fn eq_ignore_span(&self, _: &Self) -> bool[src]

Always returns true

impl<N> EqIgnoreSpan for Rc<N> where
    N: EqIgnoreSpan
[src]

fn eq_ignore_span(&self, other: &Self) -> bool[src]

Loading content...