Struct glop::runtime::Match [] [src]

pub struct Match {
    pub conditions: Vec<Condition>,
    pub actions: Vec<Action>,
    pub acting_role: Option<String>,
    // some fields omitted
}

Fields

Methods

impl Match
[src]

Trait Implementations

impl Clone for Match
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Match
[src]

Formats the value using the given formatter.