pub enum Category {
DiatomicNonmetal,
NobleGas,
AlkaliMetal,
AlkalineEarthMetal,
Metalloid,
PolyatomicNonmetal,
PostTransitionMetal,
TransitionMetal,
Lanthanide,
Actinide,
Unknown {
predicted: Box<Category>,
},
}Variants§
DiatomicNonmetal
NobleGas
AlkaliMetal
AlkalineEarthMetal
Metalloid
PolyatomicNonmetal
PostTransitionMetal
TransitionMetal
Lanthanide
Actinide
Unknown
Trait Implementations§
Source§impl Ord for Category
impl Ord for Category
Source§impl PartialOrd for Category
impl PartialOrd for Category
impl Eq for Category
impl StructuralPartialEq for Category
Auto Trait Implementations§
impl Freeze for Category
impl RefUnwindSafe for Category
impl Send for Category
impl Sync for Category
impl Unpin for Category
impl UnwindSafe for Category
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