Struct chemistru_elements::raw::ElectronData
source · pub struct ElectronData {
pub electron_configuration: ElectronConfiguration,
pub ionisation_energies: Vec<f64>,
}Fields§
§electron_configuration: ElectronConfiguration§ionisation_energies: Vec<f64>Trait Implementations§
source§impl Clone for ElectronData
impl Clone for ElectronData
source§fn clone(&self) -> ElectronData
fn clone(&self) -> ElectronData
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 moresource§impl Debug for ElectronData
impl Debug for ElectronData
source§impl PartialEq for ElectronData
impl PartialEq for ElectronData
source§fn eq(&self, other: &ElectronData) -> bool
fn eq(&self, other: &ElectronData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ElectronData
impl PartialOrd for ElectronData
source§fn partial_cmp(&self, other: &ElectronData) -> Option<Ordering>
fn partial_cmp(&self, other: &ElectronData) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl StructuralPartialEq for ElectronData
Auto Trait Implementations§
impl RefUnwindSafe for ElectronData
impl Send for ElectronData
impl Sync for ElectronData
impl Unpin for ElectronData
impl UnwindSafe for ElectronData
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