[][src]Struct crossref::response::Coverage

pub struct Coverage {
    pub affiliations_current: f32,
    pub similarity_checking_current: f32,
    pub funders_backfile: f32,
    pub licenses_backfile: f32,
    pub funders_current: f32,
    pub affiliations_backfile: f32,
    pub resource_links_backfile: f32,
    pub orcids_backfile: f32,
    pub update_policies_current: f32,
    pub open_references_backfile: f32,
    pub orcids_current: f32,
    pub similarity_checking_backfile: f32,
    pub references_backfile: f32,
    pub award_numbers_backfile: f32,
    pub update_policies_backfile: f32,
    pub licenses_current: f32,
    pub award_numbers_current: f32,
    pub abstracts_backfile: f32,
    pub resource_links_current: f32,
    pub abstracts_current: f32,
    pub open_references_current: f32,
    pub references_current: f32,
}

Fields

affiliations_current: f32similarity_checking_current: f32funders_backfile: f32licenses_backfile: f32funders_current: f32affiliations_backfile: f32resource_links_backfile: f32orcids_backfile: f32update_policies_current: f32open_references_backfile: f32orcids_current: f32similarity_checking_backfile: f32references_backfile: f32award_numbers_backfile: f32update_policies_backfile: f32licenses_current: f32award_numbers_current: f32abstracts_backfile: f32resource_links_current: f32abstracts_current: f32open_references_current: f32references_current: f32

Trait Implementations

impl Clone for Coverage[src]

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

Performs copy-assignment from source. Read more

impl Default for Coverage[src]

impl Debug for Coverage[src]

impl Serialize for Coverage[src]

impl<'de> Deserialize<'de> for Coverage where
    Coverage: Default
[src]

Auto Trait Implementations

impl Send for Coverage

impl Sync for Coverage

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

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

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