pub struct ElectronConfigurationPart {
pub energy_level: u8,
pub orbital: Orbital,
pub electrons: u8,
}Fields§
§energy_level: u8§orbital: Orbital§electrons: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElectronConfigurationPart
impl RefUnwindSafe for ElectronConfigurationPart
impl Send for ElectronConfigurationPart
impl Sync for ElectronConfigurationPart
impl Unpin for ElectronConfigurationPart
impl UnsafeUnpin for ElectronConfigurationPart
impl UnwindSafe for ElectronConfigurationPart
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