Struct launchdarkly::Rule [] [src]

pub struct Rule {
    pub variation: Option<usize>,
    pub rollout: Option<Rollout>,
    pub clause: Option<Vec<Clause>>,
}

Fields

Trait Implementations

impl Debug for Rule
[src]

[src]

Formats the value using the given formatter.