kvarn_async::prelude::compact_str::core::mem

Struct Discriminant

1.21.0 · source
pub struct Discriminant<T>(/* private fields */);
Expand description

Opaque type representing the discriminant of an enum.

See the discriminant function in this module for more information.

Trait Implementations§

1.21.0 · source§

impl<T> Clone for Discriminant<T>

source§

fn clone(&self) -> Discriminant<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more