Struct easter::obj::DotKey [] [src]

pub struct DotKey {
    pub location: Option<Span>,
    pub value: String,
}

Fields

Trait Implementations

impl Debug for DotKey
[src]

Formats the value using the given formatter.

impl PartialEq for DotKey
[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 DotKey
[src]

impl TrackingMut for DotKey
[src]

impl Untrack for DotKey
[src]