[][src]Struct ring_api::requests::result::NodeId

pub struct NodeId {
    pub chain_id: char,
    pub position: isize,
    pub insertion_code: char,
    pub residue: Residue,
}

A structured Node ID.

Fields

chain_id: char

The chain ID letter found in the PDB structure.

position: isize

The PDB position index. May be negative.

insertion_code: char

The PDB insertion code.

residue: Residue

The amino acid residue kind.

Trait Implementations

impl Clone for NodeId[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for NodeId[src]

impl PartialEq<NodeId> for NodeId[src]

impl Eq for NodeId[src]

impl Hash for NodeId[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for NodeId[src]

impl Display for NodeId[src]

impl FromStr for NodeId[src]

type Err = Error

The associated error which can be returned from parsing.

impl Serialize for NodeId[src]

impl<'a> Deserialize<'a> for NodeId[src]

Auto Trait Implementations

impl Sync for NodeId

impl Unpin for NodeId

impl Send for NodeId

impl UnwindSafe for NodeId

impl RefUnwindSafe for NodeId

Blanket Implementations

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

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

impl<T> ToString for T where
    T: Display + ?Sized
[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.

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

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

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

impl<'a, T> TryFrom<&'a str> for T where
    T: FromStr

type Err = <T as FromStr>::Err

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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