Enum reproto_core::RpMatchCondition [] [src]

pub enum RpMatchCondition {
    Value(Loc<RpValue>),
    Type(Loc<RpMatchVariable>),
}

Variants

Match a specific value.

Match a type, and add a binding for the given name that can be resolved in the action.

Trait Implementations

impl Debug for RpMatchCondition
[src]

Formats the value using the given formatter.

impl Clone for RpMatchCondition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more