pub enum Element {
Show 23 variants
H,
C,
O,
N,
P,
S,
Na,
Mg,
Cl,
K,
Ca,
Fe,
Mn,
Co,
Cr,
I,
Zn,
Cu,
F,
Al,
Se,
V,
Unknown,
}Expand description
An element in the periodic table that actually occurs in protein structure models.
String conversion methods are not provided because they are varied.
Variants§
Trait Implementations§
impl Copy for Element
Auto Trait Implementations§
impl Freeze for Element
impl RefUnwindSafe for Element
impl Send for Element
impl Sync for Element
impl Unpin for Element
impl UnwindSafe for Element
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