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 SerializedWorkProduct
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Encodable for SerializedWorkProduct
[src]
impl Encodable for SerializedWorkProduct
fn 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 SerializedWorkProduct
Auto Trait Implementations
impl Send for SerializedWorkProduct
impl Send for SerializedWorkProduct
impl Sync for SerializedWorkProduct
impl Sync for SerializedWorkProduct