Enum cargo_toml::StringOrBool[][src]

pub enum StringOrBool {
    String(String),
    Bool(bool),
}

Variants

Trait Implementations

impl Clone for StringOrBool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StringOrBool
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations