pub enum BondingType {
Diatomic,
Atomic,
Metallic,
CovalentNetwork,
}Variants§
Trait Implementations§
Source§impl Clone for BondingType
impl Clone for BondingType
Source§fn clone(&self) -> BondingType
fn clone(&self) -> BondingType
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 BondingType
impl Debug for BondingType
Source§impl Display for BondingType
impl Display for BondingType
Source§impl FromStr for BondingType
impl FromStr for BondingType
Source§impl Hash for BondingType
impl Hash for BondingType
Source§impl PartialEq for BondingType
impl PartialEq for BondingType
impl Copy for BondingType
impl Eq for BondingType
impl StructuralPartialEq for BondingType
Auto Trait Implementations§
impl Freeze for BondingType
impl RefUnwindSafe for BondingType
impl Send for BondingType
impl Sync for BondingType
impl Unpin for BondingType
impl UnwindSafe for BondingType
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