Enum easter::obj::PropVal [] [src]

pub enum PropVal {
    Init(Expr),
    Get(Option<Span>, Vec<StmtListItem>),
    Set(Option<Span>, Patt<Id>, Vec<StmtListItem>),
}

Variants

Trait Implementations

impl Debug for PropVal
[src]

Formats the value using the given formatter.

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

impl TrackingMut for PropVal
[src]

impl Untrack for PropVal
[src]