Type Alias cargo::util::toml::TomlLibTarget
source · type TomlLibTarget = TomlTarget;Aliased Type§
struct TomlLibTarget {Show 16 fields
name: Option<String>,
crate_type: Option<Vec<String, Global>>,
crate_type2: Option<Vec<String, Global>>,
path: Option<PathValue>,
filename: Option<String>,
test: Option<bool>,
doctest: Option<bool>,
bench: Option<bool>,
doc: Option<bool>,
plugin: Option<bool>,
doc_scrape_examples: Option<bool>,
proc_macro_raw: Option<bool>,
proc_macro_raw2: Option<bool>,
harness: Option<bool>,
required_features: Option<Vec<String, Global>>,
edition: Option<String>,
}Fields§
§name: Option<String>§crate_type: Option<Vec<String, Global>>§crate_type2: Option<Vec<String, Global>>§path: Option<PathValue>§filename: Option<String>§test: Option<bool>§doctest: Option<bool>§bench: Option<bool>§doc: Option<bool>§plugin: Option<bool>§doc_scrape_examples: Option<bool>§proc_macro_raw: Option<bool>§proc_macro_raw2: Option<bool>§harness: Option<bool>§required_features: Option<Vec<String, Global>>§edition: Option<String>Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 184 bytes