[][src]Struct crossref::response::Funder

pub struct Funder {
    pub hierarchy_names: HashMap<String, Option<String>>,
    pub hierarchy: HashMap<String, HashMap<String, HashMap<String, bool>>>,
    pub id: String,
    pub location: String,
    pub work_count: Option<usize>,
    pub descendant_work_count: Option<usize>,
    pub descendants: Vec<String>,
    pub name: String,
    pub alt_names: Vec<String>,
    pub uri: String,
    pub replaces: Vec<String>,
    pub replaced_by: Vec<String>,
    pub tokens: Vec<String>,
}

response item for the /funder/{id} route

Fields

hierarchy_names: HashMap<String, Option<String>>hierarchy: HashMap<String, HashMap<String, HashMap<String, bool>>>id: Stringlocation: Stringwork_count: Option<usize>descendant_work_count: Option<usize>descendants: Vec<String>name: Stringalt_names: Vec<String>uri: Stringreplaces: Vec<String>replaced_by: Vec<String>tokens: Vec<String>

Trait Implementations

impl Default for Funder[src]

impl Clone for Funder[src]

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

Performs copy-assignment from source. Read more

impl Debug for Funder[src]

impl Serialize for Funder[src]

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

Auto Trait Implementations

impl Send for Funder

impl Unpin for Funder

impl Sync for Funder

impl UnwindSafe for Funder

impl RefUnwindSafe for Funder

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> 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.

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