Enum glop::runtime::Condition [] [src]

pub enum Condition {
    Cmp(IdentifierCmpOpcodeString),
    IsSet(Identifier),
    IsUnset(Identifier),
    Message {
        topic: String,
        src_role: Option<String>,
        acting_role: Option<String>,
    },
}

Variants

Fields of Message

Trait Implementations

impl Clone for Condition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Condition
[src]

Formats the value using the given formatter.