pub enum AtomicOrbitalType {
S,
P,
D,
F,
}Expand description
Atomic orbital type (s, p, d, or f).
Variants§
Trait Implementations§
Source§impl Clone for AtomicOrbitalType
impl Clone for AtomicOrbitalType
Source§fn clone(&self) -> AtomicOrbitalType
fn clone(&self) -> AtomicOrbitalType
Returns a duplicate 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 moreSource§impl Debug for AtomicOrbitalType
impl Debug for AtomicOrbitalType
Source§impl Hash for AtomicOrbitalType
impl Hash for AtomicOrbitalType
Source§impl Ord for AtomicOrbitalType
impl Ord for AtomicOrbitalType
Source§fn cmp(&self, other: &AtomicOrbitalType) -> Ordering
fn cmp(&self, other: &AtomicOrbitalType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AtomicOrbitalType
impl PartialEq for AtomicOrbitalType
Source§impl PartialOrd for AtomicOrbitalType
impl PartialOrd for AtomicOrbitalType
impl Copy for AtomicOrbitalType
impl Eq for AtomicOrbitalType
impl StructuralPartialEq for AtomicOrbitalType
Auto Trait Implementations§
impl Freeze for AtomicOrbitalType
impl RefUnwindSafe for AtomicOrbitalType
impl Send for AtomicOrbitalType
impl Sync for AtomicOrbitalType
impl Unpin for AtomicOrbitalType
impl UnwindSafe for AtomicOrbitalType
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