Struct cargo::core::compiler::build_plan::SerializedBuildPlan
source · struct SerializedBuildPlan {
invocations: Vec<Invocation>,
inputs: Vec<PathBuf>,
}
Fields§
§invocations: Vec<Invocation>
§inputs: Vec<PathBuf>
Implementations§
source§impl SerializedBuildPlan
impl SerializedBuildPlan
pub fn new() -> SerializedBuildPlan
Trait Implementations§
source§impl Debug for SerializedBuildPlan
impl Debug for SerializedBuildPlan
Auto Trait Implementations§
impl RefUnwindSafe for SerializedBuildPlan
impl Send for SerializedBuildPlan
impl Sync for SerializedBuildPlan
impl Unpin for SerializedBuildPlan
impl UnwindSafe for SerializedBuildPlan
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