Struct sp_std::mem::Discriminant
1.21.0 · source · pub struct Discriminant<T>(_);
Expand description
Opaque type representing the discriminant of an enum.
See the discriminant
function in this module for more information.
Trait Implementations§
source§impl<T> Clone for Discriminant<T>
impl<T> Clone for Discriminant<T>
source§fn clone(&self) -> Discriminant<T>
fn clone(&self) -> Discriminant<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more