kvarn::prelude::utils::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) ->