Struct easter::punc::Op [] [src]

pub struct Op<T> {
    pub location: Option<Span>,
    pub tag: T,
}

Fields

Trait Implementations

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

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

This method tests for !=.

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

impl<T: FromStr> FromStr for Op<T>
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl<T> TrackingRef for Op<T>
[src]

impl<T> TrackingMut for Op<T>
[src]

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

Formats the value using the given formatter.

impl<T: Display> Display for Op<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Untrack for Op<T>
[src]

impl<T: Precedence> Precedence for Op<T>
[src]