Struct rustc::dep_graph::SerializedDepNodeIndex [−]
pub struct SerializedDepNodeIndex(u32);
🔬 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?
Trait Implementations
impl Copy for SerializedDepNodeIndex
impl Copy for SerializedDepNodeIndeximpl Clone for SerializedDepNodeIndex
impl Clone for SerializedDepNodeIndexfn clone(&self) -> SerializedDepNodeIndex
fn clone(&self) -> SerializedDepNodeIndexReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl PartialEq for SerializedDepNodeIndex
impl PartialEq for SerializedDepNodeIndexfn eq(&self, other: &SerializedDepNodeIndex) -> bool
fn eq(&self, other: &SerializedDepNodeIndex) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SerializedDepNodeIndex) -> bool
fn ne(&self, other: &SerializedDepNodeIndex) -> boolThis method tests for !=.
impl Eq for SerializedDepNodeIndex
impl Eq for SerializedDepNodeIndexfn assert_receiver_is_total_eq(&self)
fn assert_receiver_is_total_eq(&self)impl Hash for SerializedDepNodeIndex
impl Hash for SerializedDepNodeIndexfn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl PartialOrd for SerializedDepNodeIndex
impl PartialOrd for SerializedDepNodeIndexfn partial_cmp(&self, other: &SerializedDepNodeIndex) -> Option<Ordering>
fn partial_cmp(&self, other: &SerializedDepNodeIndex) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &SerializedDepNodeIndex) -> bool
fn lt(&self, other: &SerializedDepNodeIndex) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &SerializedDepNodeIndex) -> bool
fn le(&self, other: &SerializedDepNodeIndex) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &SerializedDepNodeIndex) -> bool
fn gt(&self, other: &SerializedDepNodeIndex) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &SerializedDepNodeIndex) -> bool
fn ge(&self, other: &SerializedDepNodeIndex) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for SerializedDepNodeIndex
impl Ord for SerializedDepNodeIndexfn cmp(&self, other: &SerializedDepNodeIndex) -> Ordering
fn cmp(&self, other: &SerializedDepNodeIndex) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Decodable for SerializedDepNodeIndex
impl Decodable for SerializedDepNodeIndexfn decode<__D: Decoder>(
d: &mut __D
) -> Result<SerializedDepNodeIndex, __D::Error>
fn decode<__D: Decoder>(
d: &mut __D
) -> Result<SerializedDepNodeIndex, __D::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 Encodable for SerializedDepNodeIndex
impl Encodable for SerializedDepNodeIndexfn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
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 Idx for SerializedDepNodeIndex
impl Idx for SerializedDepNodeIndexfn new(value: usize) -> Self
fn new(value: usize) -> Self🔬 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?
fn index(self) -> usize
fn index(self) -> usize🔬 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 Debug for SerializedDepNodeIndex
impl Debug for SerializedDepNodeIndexAuto Trait Implementations
impl Send for SerializedDepNodeIndex
impl Send for SerializedDepNodeIndeximpl Sync for SerializedDepNodeIndex
impl Sync for SerializedDepNodeIndex