Struct core::mem::Discriminant1.21.0 [] [src]

pub struct Discriminant<T>(_, _);

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. Read more

Auto Trait Implementations

impl<T> Send for Discriminant<T>

impl<T> Sync for Discriminant<T>