Struct launchdarkly::Environment [] [src]

pub struct Environment {
    pub _id: String,
    pub _pubnub: Pubnub,
    pub key: String,
    pub name: String,
    pub api_key: String,
    pub mobile_key: String,
    pub color: String,
    pub default_ttl: usize,
    pub secure_mode: bool,
}

Fields

Trait Implementations

impl Debug for Environment
[src]

[src]

Formats the value using the given formatter.