Struct launchdarkly::Project [] [src]

pub struct Project {
    pub _links: Links,
    pub key: String,
    pub name: String,
    pub include_in_snippet_by_default: bool,
    pub environments: Vec<Environment>,
}

Fields

Trait Implementations

impl Debug for Project
[src]

[src]

Formats the value using the given formatter.