Enum cargo::util::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.

impl<'de> Deserialize<'de> for StringOrBool
[src]

Deserialize this value from the given Serde deserializer. Read more