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

[src]

Formats the value using the given formatter. Read more

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

[src]

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

1.3.0
[src]

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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

[src]

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

1.0.0
[src]

This method tests for !=.

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