Struct chemistru_elements::raw::ElectronConfiguration
source · pub struct ElectronConfiguration {}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 moreimpl 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