[][src]Struct pubmed::Article

pub struct Article {
    pub pub_model: Option<String>,
    pub journal: Option<Journal>,
    pub title: Option<String>,
    pub pagination: Vec<Pagination>,
    pub e_location_ids: Vec<ELocationID>,
    pub the_abstract: Option<Abstract>,
    pub author_list: Option<AuthorList>,
    pub language: Option<String>,
    pub vernacular_title: Option<String>,
    pub grant_list: Option<GrantList>,
    pub publication_type_list: Vec<PublicationType>,
    pub article_date: Vec<PubMedDate>,
}

Fields

pub_model: Option<String>journal: Option<Journal>title: Option<String>pagination: Vec<Pagination>e_location_ids: Vec<ELocationID>the_abstract: Option<Abstract>author_list: Option<AuthorList>language: Option<String>vernacular_title: Option<String>grant_list: Option<GrantList>publication_type_list: Vec<PublicationType>article_date: Vec<PubMedDate>

Methods

impl Article[src]

pub fn new() -> Self[src]

pub fn new_from_xml(node: &Node) -> Self[src]

Trait Implementations

impl Clone for Article[src]

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

Performs copy-assignment from source. Read more

impl Debug for Article[src]

impl Serialize for Article[src]

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

Auto Trait Implementations

impl Send for Article

impl Sync for Article

Blanket Implementations

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.

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

impl<T> Borrow<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<T> Erased for T

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

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