pub enum AtomTypeInRes {
}Expand description
Identifies the atom “type” or “name”, as used in a residue. This information is provided, for example, in atom-coordinate mmCIF files.
Variants§
C
CA
CB
CD
CD1
CD2
CE
CE1
CE2
CE3
CG
CG1
CG2
CH2
CH3
CZ
CZ1
CZ2
CZ3
O
OD1
OD2
OE1
OE2
OG
OH
OXT
N
ND1
ND2
NE
NZ
NH1
NH2
NE1
NE2
OG1
OG2
SD
SE
SG
H(String)
Hetero(String)
E.g. ligands and water molecules.
Trait Implementations§
Source§impl Clone for AtomTypeInRes
impl Clone for AtomTypeInRes
Source§fn clone(&self) -> AtomTypeInRes
fn clone(&self) -> AtomTypeInRes
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 AtomTypeInRes
impl Debug for AtomTypeInRes
Source§impl Display for AtomTypeInRes
impl Display for AtomTypeInRes
Source§impl FromStr for AtomTypeInRes
impl FromStr for AtomTypeInRes
Source§impl PartialEq for AtomTypeInRes
impl PartialEq for AtomTypeInRes
impl StructuralPartialEq for AtomTypeInRes
Auto Trait Implementations§
impl Freeze for AtomTypeInRes
impl RefUnwindSafe for AtomTypeInRes
impl Send for AtomTypeInRes
impl Sync for AtomTypeInRes
impl Unpin for AtomTypeInRes
impl UnwindSafe for AtomTypeInRes
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