pub struct ElectronConfiguration(/* private fields */);Implementations§
Source§impl ElectronConfiguration
impl ElectronConfiguration
pub const fn suborbitals(&self) -> &[Suborbital]
pub const fn new(suborbitals: &'static [Suborbital]) -> Self
Trait Implementations§
Source§impl Clone for ElectronConfiguration
impl Clone for ElectronConfiguration
Source§fn clone(&self) -> ElectronConfiguration
fn clone(&self) -> ElectronConfiguration
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 ElectronConfiguration
impl Debug for ElectronConfiguration
Source§impl Display for ElectronConfiguration
impl Display for ElectronConfiguration
Source§impl From<&str> for ElectronConfiguration
impl From<&str> for ElectronConfiguration
Source§impl Hash for ElectronConfiguration
impl Hash for ElectronConfiguration
Source§impl Ord for ElectronConfiguration
impl Ord for ElectronConfiguration
Source§fn cmp(&self, other: &ElectronConfiguration) -> Ordering
fn cmp(&self, other: &ElectronConfiguration) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ElectronConfiguration
impl PartialEq for ElectronConfiguration
Source§impl PartialOrd for ElectronConfiguration
impl PartialOrd for ElectronConfiguration
impl Eq for ElectronConfiguration
impl StructuralPartialEq for ElectronConfiguration
Auto Trait Implementations§
impl Freeze for ElectronConfiguration
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