Enum rustc::session::code_stats::DataTypeKind [−][src]
pub enum DataTypeKind {
Struct,
Union,
Enum,
Closure,
}🔬 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?
Variants
Struct🔬 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?
Union🔬 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?
Enum🔬 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?
Closure🔬 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 From<AdtKind> for DataTypeKind[src]
impl From<AdtKind> for DataTypeKindimpl Copy for DataTypeKind[src]
impl Copy for DataTypeKindimpl Clone for DataTypeKind[src]
impl Clone for DataTypeKindfn clone(&self) -> DataTypeKind[src]
fn clone(&self) -> DataTypeKindReturns 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 DataTypeKind[src]
impl PartialEq for DataTypeKindfn eq(&self, other: &DataTypeKind) -> bool[src]
fn eq(&self, other: &DataTypeKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for DataTypeKind[src]
impl Eq for DataTypeKindfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Hash for DataTypeKind[src]
impl Hash for DataTypeKindfn hash<__H: Hasher>(&self, state: &mut __H)[src]
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 Debug for DataTypeKind[src]
impl Debug for DataTypeKindAuto Trait Implementations
impl Send for DataTypeKind
impl Send for DataTypeKindimpl Sync for DataTypeKind
impl Sync for DataTypeKind