[][src]Struct purr::mol::Nub

pub struct Nub {
    pub element: Element,
    pub aromatic: bool,
    pub isotope: Option<u16>,
    pub hcount: Option<u8>,
    pub charge: Option<i8>,
    pub parity: Option<Parity>,
    pub map: u16,
}

Fields

element: Elementaromatic: boolisotope: Option<u16>hcount: Option<u8>charge: Option<i8>parity: Option<Parity>map: u16

Trait Implementations

impl Clone for Nub[src]

impl Copy for Nub[src]

impl Debug for Nub[src]

impl Default for Nub[src]

impl Eq for Nub[src]

impl PartialEq<Nub> for Nub[src]

impl StructuralEq for Nub[src]

impl StructuralPartialEq for Nub[src]

Auto Trait Implementations

impl RefUnwindSafe for Nub

impl Send for Nub

impl Sync for Nub

impl Unpin for Nub

impl UnwindSafe for Nub

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> 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.