Struct core::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> Copy for Discriminant<T>
[src]

impl<T> Clone for Discriminant<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> PartialEq for Discriminant<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T> Eq for Discriminant<T>
[src]

impl<T> Hash for Discriminant<T>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<T> Debug for Discriminant<T>
[src]

Formats the value using the given formatter.