pub struct SubshellLabels {
pub shell: u8,
pub orbital: Orbital,
pub electron_count: u8,
}Fields§
§shell: u8§orbital: Orbital§electron_count: u8Trait Implementations§
Source§impl Clone for SubshellLabels
impl Clone for SubshellLabels
Source§fn clone(&self) -> SubshellLabels
fn clone(&self) -> SubshellLabels
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 SubshellLabels
impl Debug for SubshellLabels
Source§impl Display for SubshellLabels
impl Display for SubshellLabels
Source§impl FromStr for SubshellLabels
impl FromStr for SubshellLabels
Source§impl Hash for SubshellLabels
impl Hash for SubshellLabels
Source§impl PartialEq for SubshellLabels
impl PartialEq for SubshellLabels
impl Copy for SubshellLabels
impl Eq for SubshellLabels
impl StructuralPartialEq for SubshellLabels
Auto Trait Implementations§
impl Freeze for SubshellLabels
impl RefUnwindSafe for SubshellLabels
impl Send for SubshellLabels
impl Sync for SubshellLabels
impl Unpin for SubshellLabels
impl UnwindSafe for SubshellLabels
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