Enum cargo::util::toml::StringOrBool
[−]
[src]
pub enum StringOrBool { String(String), Bool(bool), }
Variants
String(String)
Bool(bool)
Trait Implementations
impl Clone for StringOrBool
[src]
fn clone(&self) -> StringOrBool
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for StringOrBool
[src]
impl<'de> Deserialize<'de> for StringOrBool
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more