Struct rustc_incremental::persist::data::SerializedWorkProduct [−][src]
pub struct SerializedWorkProduct {
pub id: WorkProductId,
pub work_product: WorkProduct,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Fields
id: WorkProductId
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
node that produced the work-product
work_product: WorkProduct
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
work-product data itself
Trait Implementations
impl Debug for SerializedWorkProduct[src]
impl Debug for SerializedWorkProductfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Encodable for SerializedWorkProduct[src]
impl Encodable for SerializedWorkProductfn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Decodable for SerializedWorkProduct[src]
impl Decodable for SerializedWorkProductAuto Trait Implementations
impl Send for SerializedWorkProduct
impl Send for SerializedWorkProductimpl Sync for SerializedWorkProduct
impl Sync for SerializedWorkProduct