Struct cargo::util::toml::TomlOptLevel [] [src]

pub struct TomlOptLevel(_);

Trait Implementations

impl Clone for TomlOptLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for TomlOptLevel
[src]

Serialize this value into the given Serde serializer. Read more