Struct cargo::core::compiler::fingerprint::RustcDepInfo
source · Fields§
§files: Vec<PathBuf>
The list of files that the main target in the dep-info file depends on.
env: Vec<(String, Option<String>)>
The list of environment variables we found that the rustc compilation depends on.
The first element of the pair is the name of the env var and the second
item is the value. Some
means that the env var was set, and None
means that the env var wasn’t actually set and the compilation depends
on it not being set.
Trait Implementations§
source§impl Default for RustcDepInfo
impl Default for RustcDepInfo
source§fn default() -> RustcDepInfo
fn default() -> RustcDepInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RustcDepInfo
impl Send for RustcDepInfo
impl Sync for RustcDepInfo
impl Unpin for RustcDepInfo
impl UnwindSafe for RustcDepInfo
Blanket Implementations§
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: 48 bytes