Struct launchdarkly::FeatureFlagConfig [] [src]

pub struct FeatureFlagConfig {
    pub on: bool,
    pub archived: bool,
    pub salt: String,
    pub sel: String,
    pub last_modified: usize,
    pub version: usize,
    pub targets: Vec<Target>,
    pub rules: Vec<Rule>,
    pub fallthrough: Fallthrough,
}

Fields

Trait Implementations

impl Debug for FeatureFlagConfig
[src]

[src]

Formats the value using the given formatter.