Enum easter::obj::PropKey [] [src]

pub enum PropKey {
    Id(Option<Span>, String),
    String(Option<Span>, StringLiteral),
    Number(Option<Span>, NumberLiteral),
}

Variants

Trait Implementations

impl Debug for PropKey
[src]

Formats the value using the given formatter.

impl PartialEq for PropKey
[src]

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

This method tests for !=.

impl TrackingRef for PropKey
[src]

impl TrackingMut for PropKey
[src]

impl Untrack for PropKey
[src]