pub enum GroupBlock {
Nonmetal,
NobleGas,
AlkaliMetal,
AlkalineEarthMetal,
Metalloid,
Halogen,
PostTransitionMetal,
TransitionMetal,
Lanthanide,
Actinide,
}Variants§
Nonmetal
NobleGas
AlkaliMetal
AlkalineEarthMetal
Metalloid
Halogen
PostTransitionMetal
TransitionMetal
Lanthanide
Actinide
Trait Implementations§
Source§impl AsRef<str> for GroupBlock
impl AsRef<str> for GroupBlock
Auto Trait Implementations§
impl Freeze for GroupBlock
impl RefUnwindSafe for GroupBlock
impl Send for GroupBlock
impl Sync for GroupBlock
impl Unpin for GroupBlock
impl UnsafeUnpin for GroupBlock
impl UnwindSafe for GroupBlock
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