Struct launchdarkly::Clause [] [src]

pub struct Clause {
    pub attribute: String,
    pub op: String,
    pub values: Vec<String>,
    pub negate: bool,
}

Fields

Trait Implementations

impl Debug for Clause
[src]

[src]

Formats the value using the given formatter.