Struct chemistru_elements::data::electron::ElectronConfiguration
source · pub struct ElectronConfiguration(/* private fields */);Expand description
Representation of electron configuration using StaticVec
Trait Implementations§
source§impl Clone for ElectronConfiguration
impl Clone for ElectronConfiguration
source§fn clone(&self) -> ElectronConfiguration
fn clone(&self) -> ElectronConfiguration
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 ElectronConfiguration
impl Debug for ElectronConfiguration
source§impl PartialEq for ElectronConfiguration
impl PartialEq for ElectronConfiguration
source§fn eq(&self, other: &ElectronConfiguration) -> bool
fn eq(&self, other: &ElectronConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ElectronConfiguration
impl PartialOrd for ElectronConfiguration
source§fn partial_cmp(&self, other: &ElectronConfiguration) -> Option<Ordering>
fn partial_cmp(&self, other: &ElectronConfiguration) -> 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 moresource§impl ToTokens for ElectronConfiguration
impl ToTokens for ElectronConfiguration
source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere Self: Sized,
impl Copy for ElectronConfiguration
impl StructuralPartialEq for ElectronConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for ElectronConfiguration
impl Send for ElectronConfiguration
impl Sync for ElectronConfiguration
impl Unpin for ElectronConfiguration
impl UnwindSafe for ElectronConfiguration
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