Struct clippy_lints::matches::SpannedRange [] [src]

pub struct SpannedRange<T> {
    pub span: Span,
    pub node: (T, T),
}

Fields

Trait Implementations

impl<T: Debug> Debug for SpannedRange<T>
[src]

Formats the value using the given formatter.

impl<T: Eq> Eq for SpannedRange<T>
[src]

impl<T: PartialEq> PartialEq for SpannedRange<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.