pub enum EnergyScale {
SubAttoElectronVolt,
AttoElectronVolt,
MilliElectronVolt,
ElectronVolt,
KiloElectronVolt,
MegaElectronVolt,
}Expand description
Energy scale classification for consciousness operations
Variants§
SubAttoElectronVolt
AttoElectronVolt
MilliElectronVolt
ElectronVolt
KiloElectronVolt
MegaElectronVolt
Implementations§
Source§impl EnergyScale
impl EnergyScale
pub fn description(&self) -> &'static str
Trait Implementations§
Source§impl Clone for EnergyScale
impl Clone for EnergyScale
Source§fn clone(&self) -> EnergyScale
fn clone(&self) -> EnergyScale
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnergyScale
impl Debug for EnergyScale
Source§impl PartialEq for EnergyScale
impl PartialEq for EnergyScale
Source§fn eq(&self, other: &EnergyScale) -> bool
fn eq(&self, other: &EnergyScale) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnergyScale
Auto Trait Implementations§
impl Freeze for EnergyScale
impl RefUnwindSafe for EnergyScale
impl Send for EnergyScale
impl Sync for EnergyScale
impl Unpin for EnergyScale
impl UnsafeUnpin for EnergyScale
impl UnwindSafe for EnergyScale
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more