[][src]Struct protein_core::io::pdb::primary_structure::CustomAminoAcid

pub struct CustomAminoAcid { /* fields omitted */ }

The MODRES record provides descriptions of modifications (e.g., chemical or post-translational) to protein and nucleic acid residues. Included are correlations between residue names given in a PDB entry and standard residues.

Record Format

COLUMNSDATA TYPEFIELDDEFINITION
1 - 6Record name"MODRES"
8 - 11IDcodeidCodeID code of this entry.
13 - 15Residue nameresNameResidue name used in this entry.
17CharacterchainIDChain identifier.
19 - 22IntegerseqNumSequence number.
23AChariCodeInsertion code.
25 - 27Residue namestdResStandard residue name.
30 - 70StringcommentDescription of the residue modification.

Trait Implementations

impl Clone for CustomAminoAcid[src]

impl Debug for CustomAminoAcid[src]

impl<'de> Deserialize<'de> for CustomAminoAcid[src]

impl Serialize for CustomAminoAcid[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.