Enum glop::runtime::Action [] [src]

pub enum Action {
    SetVar(IdentifierString),
    UnsetVar(Identifier),
    Script(String),
    Match(Match),
    SendMsg {
        dst: String,
        topic: String,
        contents: Obj,
    },
}

Variants

Fields of SendMsg

Trait Implementations

impl Clone for Action
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Action
[src]

Formats the value using the given formatter.