Struct travis::env::EnvVarCreate [] [src]

pub struct EnvVarCreate {
    pub name: String,
    pub value: String,
    pub public: bool,
}

Fields

Trait Implementations

impl Debug for EnvVarCreate
[src]

[src]

Formats the value using the given formatter.