Struct easter::obj::Prop [] [src]

pub struct Prop {
    pub location: Option<Span>,
    pub key: PropKey,
    pub val: PropVal,
}

Fields

Trait Implementations

impl Debug for Prop
[src]

Formats the value using the given formatter.

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

impl TrackingMut for Prop
[src]

impl Untrack for Prop
[src]

impl IntoAssignProp for Prop
[src]