[][src]Struct entrez_rs::eutils::EFetch

pub struct EFetch<'a> {
    pub db: DB,
    pub id_list: Vec<&'a str>,
    pub webenv: Option<&'a str>,
    pub query_key: Option<&'a str>,
    pub retstart: Option<&'a str>,
    pub retmax: Option<&'a str>,
    pub rettype: Option<&'a str>,
    pub retmode: Option<&'a str>,
    pub strand: Option<&'a str>,
    pub seq_start: Option<&'a str>,
    pub seq_stop: Option<&'a str>,
    pub complexity: Option<&'a str>,
}

Fields

db: DBid_list: Vec<&'a str>webenv: Option<&'a str>query_key: Option<&'a str>retstart: Option<&'a str>retmax: Option<&'a str>rettype: Option<&'a str>retmode: Option<&'a str>strand: Option<&'a str>seq_start: Option<&'a str>seq_stop: Option<&'a str>complexity: Option<&'a str>

Implementations

impl<'a> EFetch<'a>[src]

pub fn new(db: DB, id_list: Vec<&'a str>) -> Self[src]

Trait Implementations

impl<'a> Debug for EFetch<'a>[src]

impl<'a> Default for EFetch<'a>[src]

impl<'a> Eutils for EFetch<'a>[src]

impl<'a> PartialEq<EFetch<'a>> for EFetch<'a>[src]

impl<'a> StructuralPartialEq for EFetch<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for EFetch<'a>

impl<'a> Send for EFetch<'a>

impl<'a> Sync for EFetch<'a>

impl<'a> Unpin for EFetch<'a>

impl<'a> UnwindSafe for EFetch<'a>

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> Instrument for T[src]

impl<T> Instrument for T[src]

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

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.