Struct steed::mem::Discriminant [] [src]

pub struct Discriminant<T>(_, _);
🔬 This is a nightly-only experimental API. (discriminant_value)

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> PartialEq<Discriminant<T>> 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> Clone for Discriminant<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

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

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

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