Struct std::mem::Discriminant
[−]
[src]
pub struct Discriminant<T>(_, _);
🔬 This is a nightly-only experimental API. (discriminant_value
#24263)
recently added, follows RFC
Opaque type representing the discriminant of an enum.
See the discriminant
function in this module for more information.
Trait Implementations
impl<T> Debug for Discriminant<T>
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl<T> Clone for Discriminant<T>
[src]
fn clone(&self) -> Discriminant<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl<T> Eq for Discriminant<T>
[src]
impl<T> Copy for Discriminant<T>
[src]
impl<T> Hash for Discriminant<T>
[src]
fn hash<H>(&self, state: &mut H) where
H: Hasher,
H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more