Enum cargo::util::toml::U32OrBool [] [src]

pub enum U32OrBool {
    U32(u32),
    Bool(bool),
}

Variants

Trait Implementations

impl Clone for U32OrBool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Deserialize this value from the given Serde deserializer. Read more