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 DataTypeKind
impl Copy for DataTypeKind
[src]
impl Copy for DataTypeKind
impl Clone for DataTypeKind
[src]
impl Clone for DataTypeKind
fn clone(&self) -> DataTypeKind
[src]
fn clone(&self) -> DataTypeKind
Returns 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 DataTypeKind
fn eq(&self, other: &DataTypeKind) -> bool
[src]
fn eq(&self, other: &DataTypeKind) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Eq for DataTypeKind
[src]
impl Eq for DataTypeKind
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Hash for DataTypeKind
[src]
impl Hash for DataTypeKind
fn 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 DataTypeKind
Auto Trait Implementations
impl Send for DataTypeKind
impl Send for DataTypeKind
impl Sync for DataTypeKind
impl Sync for DataTypeKind